jet_instance/src/bindings_interface library

Classes

Bindings
Bindings should be extended or implemented. When using JetMaterialApp, all JetPages and navigation methods (like Jet.to()) have a binding property that takes an instance of Bindings to manage the dependencies() (via Jet.put()) for the Route you are opening.
BindingsInterface<T>

Typedefs

BindingBuilderCallback = void Function()