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