is_jailbroken property

Future<bool> get is_jailbroken

Implementation

Future<bool> get is_jailbroken async {
  return false;
}