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