setBackgroundBlur method

Future<void> setBackgroundBlur({
  1. required bool blurEnabled,
})

Blurs the app content while the app is in the background.

Implementation

Future<void> setBackgroundBlur({required bool blurEnabled}) =>
    throw UnsupportedError('setBackgroundBlur() has not been implemented.');