listDevices method

Future<List<UsbDeviceInfo>> listDevices()

Lista todos os dispositivos USB disponíveis

Implementation

Future<List<UsbDeviceInfo>> listDevices() {
  throw UnimplementedError('listDevices() has not been implemented.');
}