currentController property

StreamController<CurrentState> currentController
getter/setter pairinherited

Internally used StreamControllers,

Implementation

late StreamController<CurrentState> currentController;