playbackState property

Stream<bool> get playbackState

Whether speak is currently playing audio. The SDK owns playback, so this is the only way a UI can follow it.

Implementation

Stream<bool> get playbackState => _playback.playingStream;