isRooted property

Future<bool> isRooted

Check if the device is rooted/jailbroken

Implementation

static Future<bool> get isRooted async =>
    await _channel.invokeMethod("isRooted");