muteAll static method

Future muteAll(
  1. bool muteAll
)

Implementation

static Future muteAll(bool muteAll) async {
  await _preferences.setBool("${prefix}mute_all", muteAll);
}