muteMicrophone method

void muteMicrophone()

Mutes the microphone.

Implementation

void muteMicrophone() => _bloc.add(const MuteMicrophoneEvent());