static Future<bool?> startUSBDiscovery() async { final bool? response = await _channel.invokeMethod(Settings.startUSBDiscovery); return response; }