disableScreenProtection method

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

Implementation

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