@override Future<List> USBDiscovery() async { final version = await methodChannel.invokeMethod('USBDiscovery'); return version; }