aman-kassa-flutter/lib/app_routes.dart

8 lines
191 B
Dart

class AppRoutes {
static const home = "/";
static const addGame = "/addGame";
static const history = "/history";
static const money = "/money";
static const profile = "/profile";
}