Enable/disable blur when app is in background (app switcher).
static Future<void> enableBackgroundBlur(bool enable) async { await _impl.setBackgroundBlur(enable); }