disableScreenshots static method

Future disableScreenshots()

Implementation

static Future disableScreenshots() async {
  await _channel.invokeMethod('disableScreenshots');
}