playbackState property
MediaSessionPlaybackState
get
playbackState
Implementation
MediaSessionPlaybackState get playbackState =>
MediaSessionPlaybackState.fromValue(
js_util.getProperty(this, 'playbackState'));
set
playbackState
(MediaSessionPlaybackState newValue)
Implementation
set playbackState(MediaSessionPlaybackState newValue) {
js_util.setProperty(this, 'playbackState', newValue.value);
}