4 lines
129 B
Dart
4 lines
129 B
Dart
class AppRoute {
|
|
static const String enterSecretKeyPage = "enterSecretKeyPage";
|
|
static const String settings = "settings";
|
|
}
|