player method

  1. @Deprecated('Use [spotify.player.playbackState()]')
Future<PlaybackState> player([
  1. String? market
])

Implementation

@Deprecated('Use [spotify.player.playbackState()]')
Future<PlaybackState> player([String? market]) async =>
    _player.playbackState(Market.values.asNameMap()[market]);