playState property

NotificationPlayState? get playState
inherited

Returns the play state of the notification (media player).

Implementation

NotificationPlayState? get playState {
  return _playState;
}