Check if USB cable is attached
@override Future<bool> isUsbCableAttached() async { final result = await methodChannel.invokeMethod<bool>('isUsbCableAttached'); return result ?? false; }