toggleScreenshotWithBlur method

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

Implementation

Future<bool> toggleScreenshotWithBlur({double blurRadius = 30.0}) {
  throw UnimplementedError(
    'toggleScreenshotWithBlur() has not been implemented.',
  );
}