Checks if the device is rooted (Android) or Jailbroken (iOS).
Future<bool> isDeviceRooted() async { return await _channel.invokeMethod('info.isDeviceRooted') ?? false; }