disableScreenProtection method

  1. @override
Future<void> disableScreenProtection()
override

Disables screen protection, restoring normal behavior.

Implementation

@override
Future<void> disableScreenProtection() async {
  await methodChannel.invokeMethod<void>('disableScreenProtection');
}