Created
December 8, 2019 11:18
-
-
Save fabiomsr/df6519a829c598fca66163b070de8b9a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Routes { | |
static const String contacts = ContactsPage.routeName; | |
static const String events = EventsPage.routeName; | |
static const String notes = NotesPage.routeName; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment