disableScreenCaptureProtection method

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

Implementation

@override
Future<void> disableScreenCaptureProtection() async {
  _disableWebScreenCaptureProtection();
}