screenshotWithBlur method
Always enables blur overlay mode (idempotent — safe to call repeatedly).
Implementation
@override
Future<bool> screenshotWithBlur({double blurRadius = 30.0}) async {
_isOverlayModeOn = true;
_applyEffective();
return true;
}