screenshotWithBlur method
Always enables blur overlay mode (idempotent — safe to call repeatedly).
Implementation
Future<bool> screenshotWithBlur({double blurRadius = 30.0}) {
throw UnimplementedError('screenshotWithBlur() has not been implemented.');
}