mute method

Future<void> mute()

Implementation

Future<void> mute() async {
  globalMute.value = true;
}