ente/lib/app/view/app_route.dart

5 lines
129 B
Dart
Raw Normal View History

2022-11-01 06:13:06 +00:00
class AppRoute {
static const String enterSecretKeyPage = "enterSecretKeyPage";
static const String settings = "settings";
}