listDevices method

Future<List> listDevices()

Implementation

Future<List<dynamic>> listDevices() async {
  return _create(() => _instance.listDevices(_playerId));
}