queue method

  1. @Deprecated('Use [spotify.player.queue()]')
Future<Queue> queue()

Implementation

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