isDeviceRooted method

Future<bool> isDeviceRooted()

Implementation

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