container property
The IoC container that can be used to provide functionality to produce objects of a given type.
This is a child of the container found in app
.
Implementation
@override
Container? get container => _container;
The IoC container that can be used to provide functionality to produce objects of a given type.
This is a child of the container found in app
.
@override
Container? get container => _container;