enableRootedDeviceUsage method

dynamic enableRootedDeviceUsage()

Implementation

enableRootedDeviceUsage() {
  this.isRootedDeviceAllowed = true;
  return this;
}