toggleMute method

Future<void> toggleMute()

Implementation

Future<void> toggleMute() => setMuted(!value.muted);