flutter_start/lib/src/routes.dart
2024-01-24 14:40:05 +01:00

6 lines
177 B
Dart

mixin StartUserStoryRoutes {
static const String splashScreen = '/splashScreen';
static const String introduction = '/introduction';
static const String home = '/home';
}