controller property
The StateController currently exposed by this provider.
Cannot be accessed while creating the provider.
Implementation
@override
StateController<T> get controller => _controllerNotifier.value;
The StateController currently exposed by this provider.
Cannot be accessed while creating the provider.
@override
StateController<T> get controller => _controllerNotifier.value;