application.dart 252 B

12345678910111213
  1. /*
  2. * fluro
  3. * Created by Yakka
  4. * https://theyakka.com
  5. *
  6. * Copyright (c) 2019 Yakka, LLC. All rights reserved.
  7. * See LICENSE for distribution and usage details.
  8. */
  9. import 'package:fluro/fluro.dart';
  10. class Application {
  11. static Router router;
  12. }