toggleScreenshotWithImage method

Future<bool> toggleScreenshotWithImage()

Return true if screenshot capabilities has been successfully enabled or is currently enabled and false otherwise. throw UnmimplementedError if not implement

Implementation

Future<bool> toggleScreenshotWithImage() {
  throw UnimplementedError(
      'toggleScreenshotWithImage() has not been implemented.');
}