isDeviceRooted method

Future<bool> isDeviceRooted()

Implementation

Future<bool> isDeviceRooted() {
  throw UnimplementedError('isDeviceRooted() has not been implemented.');
}