enableScreenshots static method

Future enableScreenshots()

Implementation

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