setMuteNotification static method

Future setMuteNotification(
  1. bool mute
)

Implementation

static Future setMuteNotification(bool mute) async {
  await _preferences.setBool("${prefix}mute_notification", mute);
}