getConnectedUsbDevices method
Get supported USB payment readers currently attached to Android.
Implementation
Future<List<UsbDeviceInfo>> getConnectedUsbDevices() {
throw UnimplementedError(
'getConnectedUsbDevices() has not been implemented.',
);
}