ente/lib/app/view/app_route.dart
2022-11-01 11:43:06 +05:30

5 lines
129 B
Dart

class AppRoute {
static const String enterSecretKeyPage = "enterSecretKeyPage";
static const String settings = "settings";
}