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