TKK_E32222567_Gps/lib/app/routes/app_routes.dart

21 lines
550 B
Dart

part of 'app_pages.dart';
// DO NOT EDIT. This is code generated via package:get_cli/get_cli.dart
abstract class Routes {
Routes._();
static const HOME = _Paths.HOME;
static const START = _Paths.START;
static const MAPS = _Paths.MAPS;
static const NOTIFIKASI = _Paths.NOTIFIKASI;
static const HISTORY = _Paths.HISTORY;
}
abstract class _Paths {
_Paths._();
static const HOME = '/home';
static const START = '/start';
static const MAPS = '/maps';
static const NOTIFIKASI = '/notifikasi';
static const HISTORY = '/history';
}