hboothe11233
Results
1
issues of
hboothe11233
### Documented behaviour PlaybackState _transformEvent(PlaybackEvent event) { final playing = player.playing; return PlaybackState( controls: [ MediaControl(androidIcon: 'drawable/go_back', label: "Back", action: MediaAction.rewind), if (playing) MediaControl.stop else MediaControl.play, MediaControl(androidIcon: 'drawable/go_forward', label: "Forward",...