13 lines
565 B
Dart
13 lines
565 B
Dart
const String LoginViewRoute = "LoginView";
|
|
const String HomeViewRoute = "HomeView";
|
|
const String ImageShowRoute = "ImageShowRoute";
|
|
const String CloseDayShowRoute = "CloseDayShowRoute";
|
|
const String PaymentViewRoute = "PaymentView";
|
|
const String PaymentNfcViewRoute = "PaymentNfcViewRoute";
|
|
const String HistoryViewRoute = "HistoryView";
|
|
const String InfoKkmViewRoute = "InfoKkmViewRoute";
|
|
const String QrViewRoute = "QrViewRoute";
|
|
const String BankViewRoute = "BankViewRoute";
|
|
const String BankSettingViewRoute = "BankSettingViewRoute";
|
|
// Generate the views here
|