getPlayingTrackInfo method

Future<SpotifyTrackInfo?> getPlayingTrackInfo()

Gets basic information about the currently playing track.

Returns null if no track is playing.

Implementation

Future<SpotifyTrackInfo?> getPlayingTrackInfo() {
  throw UnimplementedError('getPlayingTrackInfo() has not been implemented.');
}