flutter create my own future function code example
Example: flutter create my own future function
Future<void> myFunction() async {
// Do whatever want here...
}
Future<void> myFunction() async {
// Do whatever want here...
}