my question is can we use FutureBuilder with Void callbacks on using such methods whome type is
Future<void> fun_name() async{ body }
after creating such methods how can we pass that method to FutureBuilder widget on whatever thy type is/.
my question is can we use FutureBuilder with Void callbacks on using such methods whome type is
Future<void> fun_name() async{ body }
after creating such methods how can we pass that method to FutureBuilder widget on whatever thy type is/.
Copyright © 2021 Jogjafile Inc.
Yes you did't mention what you are trying to accomplish and why you wnna do it but here is demonstration.
Here is demo widget
here i am doing it with
asyncandawait