screenshotWithBlur method

Future<bool> screenshotWithBlur({
  1. double blurRadius = 30.0,
})

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.');
}