play method
void
play()
Notify listeners with a PlaybackState.play state
Implementation
void play() {
playbackNotifier.add(PlaybackState.play);
}
Notify listeners with a PlaybackState.play state
void play() {
playbackNotifier.add(PlaybackState.play);
}