debuggerProtection method

void debuggerProtection(
  1. void configure(
    1. IndividualConfigAndroid
    )
)

Implementation

void debuggerProtection(void Function(IndividualConfigAndroid) configure) {
  configureItem('DebuggerDetection', configure);
}