fluro/example/lib/config/application.dart

5 lines
83 B
Dart

import 'package:router/router.dart';
class Application {
static Router router;
}