static Future<bool> get jailbroken async { bool jailbroken = await channel.invokeMethod(describeEnum(METHODS.JAIL_BROKEN)); return jailbroken; }