screenCastingProtection method

void screenCastingProtection(
  1. void configure(
    1. IndividualConfigAndroid
    )
)

Implementation

void screenCastingProtection(void Function(IndividualConfigAndroid) configure) {
  configureItem('ScreenCastingProtection', configure);
}