isScreenshotIncluded static method

Future<bool?> isScreenshotIncluded()

Checks if screenshot is included in report

Implementation

static Future<bool?> isScreenshotIncluded() async {
  return await _channel.invokeMethod('isScreenshotIncluded');
}