emulatorProtection method

void emulatorProtection(
  1. void configure(
    1. IndividualConfigAndroid
    )
)

Implementation

void emulatorProtection(void Function(IndividualConfigAndroid) configure) {
  configureItem('EmulatorProtection', configure);
}