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