screenshotWithImage method

Future<bool> screenshotWithImage()

Always enables image overlay mode (idempotent — safe to call repeatedly).

Implementation

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