disableScreenshotOption static method

Future<Null> disableScreenshotOption()

Disables the option to capture screenshots fromm the attachments menu.

Implementation

static Future<Null> disableScreenshotOption() async {
  await _channel.invokeMethod('disableScreenshotOption');
}