playbackStateStream property

  1. @override
Stream<SpotifyPlaybackState> get playbackStateStream
override

Stream of playback state updates from the native platform.

Implementation

@override
Stream<SpotifyPlaybackState> get playbackStateStream =>
    _playbackController.stream;