stateStream property

Stream<BBState> get stateStream

Notifies with the updated state every time it changes.

Implementation

Stream<BBState> get stateStream => BlueBreezePlatform.instance.stateStream;