getConnectedUsbDevices method

Future<List<UsbDeviceInfo>> getConnectedUsbDevices()

Get supported USB payment readers currently attached to Android.

Implementation

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