disableScreenshotProtection method

Future<void> disableScreenshotProtection()

Implementation

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