isDeviceRooted property

  1. @override
Future<bool> get isDeviceRooted
override

Check if the device is rooted, return a bool.

Implementation

@override
Future<bool> get isDeviceRooted async {
  return await methodChannel.invokeMethod('isDeviceRooted');
}