screenshotWithImage method

  1. @override
Future<bool> screenshotWithImage()
override

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

Implementation

@override
Future<bool> screenshotWithImage() async {
  _isOverlayModeOn = true;
  _applyEffective();
  return true;
}