playbackStateStream property
Stream of playback state updates from the native platform.
Implementation
@override
Stream<SpotifyPlaybackState> get playbackStateStream =>
_playbackController.stream;
Stream of playback state updates from the native platform.
@override
Stream<SpotifyPlaybackState> get playbackStateStream =>
_playbackController.stream;