|
class Routes {
|
|
static const String splash = '/';
|
|
static const String home = '/home';
|
|
static const String authenticaion = '/authentication';
|
|
static const String profile = '/profile';
|
|
static const String editProfile = '/edit-profile';
|
|
static const String settings = '/settings';
|
|
}
|