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;