enableScreenCaptureProtection method

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

Implementation

@override
Future<void> enableScreenCaptureProtection() async {
  // Web doesn't support native screen capture blocking
  // But we can implement some protection measures
  _enableWebScreenCaptureProtection();
}