enableScreenCaptureProtection method

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

Implementation

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