@override Future<bool> get usb_debug_check async { try { if (is_mobile) { return await SafeDevice.usbDebuggingCheck; } } catch (e) {} return false; }