enableScreenProtection method

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

Implementation

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