runningAsRootDetection method

void runningAsRootDetection(
  1. void configure(
    1. IndividualConfigAndroid
    )
)

Implementation

void runningAsRootDetection(void Function(IndividualConfigAndroid) configure) {
  configureItem('RunningAsRootDetection', configure);
}