addToQueue method

  1. @Deprecated('Use [spotify.player.addToQueue()]')
Future<void> addToQueue(
  1. String trackId
)

Implementation

@Deprecated('Use [spotify.player.addToQueue()]')
Future<void> addToQueue(String trackId) async => _player.addToQueue(trackId);