bindings_interface.dart 178 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 abstract class Bindings { void dependencies(); } // abstract class INavigation {} // typedef Snack = Function(); // typedef Modal = Function(); // typedef Route = Function();