enableScreenshotProtection method
Implementation
Future<void> enableScreenshotProtection() async {
await _channel.invokeMethod<void>('screenshot#enable');
}
Future<void> enableScreenshotProtection() async {
await _channel.invokeMethod<void>('screenshot#enable');
}