Future<void> setMuteAllPushNotifications(bool muted) async { await setPushRuleEnabled(PushRuleKind.override, '.m.rule.master', muted); return; }