state property

  1. @Deprecated("Use AudioHandler.playbackState instead.")
PlaybackState state

Deprecated. Use AudioHandler.playbackState instead.

Implementation

@Deprecated("Use AudioHandler.playbackState instead.")
static PlaybackState get state =>
    _handler.playbackState.nvalue ?? PlaybackState();