Skip to content

Instantly share code, notes, and snippets.

@techpotatoes
Created June 2, 2020 13:19
Show Gist options
  • Save techpotatoes/57f9a15e3742b6b4a2ed27e95b57cd18 to your computer and use it in GitHub Desktop.
Save techpotatoes/57f9a15e3742b6b4a2ed27e95b57cd18 to your computer and use it in GitHub Desktop.
Flutter development series – Part 5
abstract class NavigatorEvent {}
class NavigatorEventPop extends NavigatorEvent {}
class NavigatorEventAdd extends NavigatorEvent {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment