enableScreenshotProtection method

Future<void> enableScreenshotProtection()

Implementation

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