disableScreenCaptureProtection method

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

Implementation

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