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