Skip to content

Instantly share code, notes, and snippets.

@termosa
Created May 22, 2019 06:18
Show Gist options
  • Save termosa/4998701688fe2e9fa15e7b1a9c5f63f0 to your computer and use it in GitHub Desktop.
Save termosa/4998701688fe2e9fa15e7b1a9c5f63f0 to your computer and use it in GitHub Desktop.
[An Introduction to Flutter: The Interface] Navigator pop method
NavigatorState navigator = Navigator.of(context);
navigator.pop();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment