listDevices method

Future<List<UsbDevice>> listDevices()

Implementation

Future<List<UsbDevice>> listDevices() {
  return LedgerUsbPlatform.instance.getDevices();
}