playbackStateStream property

  1. @Deprecated("Use AudioHandler.playbackState instead.")
ValueStream<PlaybackState> playbackStateStream

Deprecated. Use AudioHandler.playbackState instead.

Implementation

@Deprecated("Use AudioHandler.playbackState instead.")
static ValueStream<PlaybackState> get playbackStateStream =>
    _compatibilitySwitcher.playbackState;