unmute method

Future<void> unmute()

Implementation

Future<void> unmute() async {
  globalMute.value = false;
}