Skip to content

Instantly share code, notes, and snippets.

@flutter-clutter
Created June 17, 2020 07:38
Show Gist options
  • Save flutter-clutter/83c5dccb5e147a412238614d23768219 to your computer and use it in GitHub Desktop.
Save flutter-clutter/83c5dccb5e147a412238614d23768219 to your computer and use it in GitHub Desktop.
void hideOpenDialog() {
Navigator.of(context).pop();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment