devices method

  1. @Deprecated('Use [spotify.player.devices()]')
Future<Iterable<Device>> devices()

Get information about a user’s available devices.

Implementation

@Deprecated('Use [spotify.player.devices()]')
Future<Iterable<Device>> devices() async => _player.devices();