requestDevices method

Future requestDevices(
  1. List<DeviceFilter> filters
)

Returns a Future with the device object that matches the specified filter by predefined vendor ID, product ID, class or subclass code, protocol code or serial number.

Implementation

Future<dynamic> requestDevices(List<DeviceFilter> filters) {
  throw UnimplementedError('requestDevices() has not been implemented.');
}