playbackState property

MediaSessionPlaybackState get playbackState

Implementation

_i3.MediaSessionPlaybackState get playbackState =>
    _i3.MediaSessionPlaybackStateOptions.values.byName(_i4.getProperty(
      this,
      'playbackState',
    ));
set playbackState (MediaSessionPlaybackState value)

Implementation

set playbackState(_i3.MediaSessionPlaybackState value) {
  _i4.setProperty(
    this,
    'playbackState',
    value.name,
  );
}