13 lines
473 B
Dart
13 lines
473 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 QrViewRoute = "QrViewRoute";
|
|
|
|
|
|
const String SettingsPrinterRoute = "SettingsPrinterRoute";
|
|
const String SettingsPrinterBTRoute = "SettingsPrinterBTRoute";
|
|
// Generate the views here
|