preventScreenshotOff static method

Future<void> preventScreenshotOff()

Supported for Android and iOS.

Implementation

static Future<void> preventScreenshotOff() async {
  return await _channel.invokeMethod('preventScreenshotOff');
}