states property
Stream<Tstate>
get
states
A stream with the states
On listening will give you the current state
Implementation
Stream<Tstate> get states => _statesStream;
A stream with the states
On listening will give you the current state
Stream<Tstate> get states => _statesStream;