toggleMute method

Future<void> toggleMute()

Implementation

Future<void> toggleMute() async {
  await muteUnmute();
}