10 lines
401 B
Dart
10 lines
401 B
Dart
const String LoginViewRoute = "LoginView";
|
|
const String HomeViewRoute = "HomeView";
|
|
const String ImageShowRoute = "ImageShowRoute";
|
|
const String PaymentViewRoute = "PaymentView";
|
|
const String HistoryViewRoute = "HistoryView";
|
|
const String InfoKkmViewRoute = "InfoKkmViewRoute";
|
|
const String SettingsViewRoute = "SettingsViewRoute";
|
|
const String QrViewRoute = "QrViewRoute";
|
|
// Generate the views here
|