Check if the device is rooted, return a bool.
@override Future<bool> get isDeviceRooted async { return await methodChannel.invokeMethod('isDeviceRooted'); }