disableScreenProtection method

Future<void> disableScreenProtection()

Disables screen protection, restoring normal behavior.

Implementation

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