disableScreenProtection method

Future<void> disableScreenProtection()

Implementation

Future<void> disableScreenProtection() {
  throw UnimplementedError('disableScreenProtection() has not been implemented.');
}