setBlurBackground method

Future<void> setBlurBackground(
  1. bool enable
)

Implementation

Future<void> setBlurBackground(bool enable) async {
  CallState.instance.enableBlurBackground = enable;
}