isDeviceRooted property

Future<bool> isDeviceRooted

Implementation

Future<bool> get isDeviceRooted {
  return FlutterAppInstallerPlatform.instance.isDeviceRooted;
}