screenshotWithImage method
Always enables image overlay mode (idempotent — safe to call repeatedly).
Implementation
@override
Future<bool> screenshotWithImage() async {
final result = await methodChannel.invokeMethod<bool>(screenEnableImage);
return result ?? false;
}