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