mobdr/lib/core/routes/app_routes.dart

7 lines
155 B
Dart

abstract class Routes {
static const INITIAL = '/';
static const LOGIN = '/login';
static const CAMERA = '/camera';
static const LIST = '/list';
}