jet_instance/src/bindings_interface library
Classes
- Bindings
-
Bindings should be extended or implemented.
When using
JetMaterialApp, allJetPages and navigation methods (like Jet.to()) have abindingproperty 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()