@override Future<bool> isUsbConnected() async { final result = await methodChannel.invokeMethod<bool>('isUsbConnected'); return result ?? false; }