currentlyPlaying method

  1. @Deprecated('Use [spotify.player.currentlyPlaying()]')
Future<PlaybackState> currentlyPlaying()

Get the object currently being played on the user’s Spotify account.

Implementation

@Deprecated('Use [spotify.player.currentlyPlaying()]')
Future<PlaybackState> currentlyPlaying() async => _player.currentlyPlaying();