instance/src/bindings_interface library
Classes
- Connections
-
Connections should be extended or implemented.
When using
JuneMaterialApp
, allJunePage
s and navigation methods (like June.to()) have abinding
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()