application.dart 259 B

12345678910111213
  1. /*
  2. * fluro
  3. * A Posse Production
  4. * http://goposse.com
  5. * Copyright (c) 2017 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. }