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