enableRootedDeviceUsage method
dynamic
enableRootedDeviceUsage()
Whether you want the sdk to run on the rooted devices or not. By default it is false
Implementation
enableRootedDeviceUsage() {
this.isRootedDeviceAllowed = true;
return this;
}