instance/src/bindings_interface library

Classes

Connections
Connections should be extended or implemented. When using JuneMaterialApp, all JunePages and navigation methods (like June.to()) have a binding property that takes an instance of Connections to manage the dependencies() (via June.put()) for the Route you are opening.
ConnectionsInterface<T>

Typedefs

AdapterCallback = void Function()