routes.dart 231 B

1234567891011
  1. /// Description: routes
  2. /// Time : 08/18/2023 Friday
  3. /// Author : liuyuqi.gov@msn.cn
  4. class Routes {
  5. static const String home = "/home";
  6. static const String splash = "/splash";
  7. static void onGenerateRoute(){
  8. }
  9. }