getPlaybackStateStream method
Returns a stream of playback state updates.
Implementation
@override
Stream<PlaybackState> getPlaybackStateStream() {
return _playbackStateController.stream;
}
Returns a stream of playback state updates.
@override
Stream<PlaybackState> getPlaybackStateStream() {
return _playbackStateController.stream;
}