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