application.dart 258 B

123456789101112
  1. /*
  2. * fluro
  3. * A Posse Production
  4. * http://goposse.com
  5. * Copyright (c) 2018 Posse Productions LLC. All rights reserved.
  6. * See LICENSE for distribution and usage details.
  7. */
  8. import 'package:fluro/fluro.dart';
  9. class Application {
  10. static Router router;
  11. }