playbackState property

Implementation

MediaSessionPlaybackState get playbackState =>
    MediaSessionPlaybackState.fromValue(
        js_util.getProperty(this, 'playbackState'));
void playbackState=(MediaSessionPlaybackState newValue)

Implementation

set playbackState(MediaSessionPlaybackState newValue) {
  js_util.setProperty(this, 'playbackState', newValue.value);
}