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