setMicrophoneMute static method
Set the microphone mute/unmute for Flutter native
Implementation
static Future<void> setMicrophoneMute(bool mute, MediaStreamTrack track) =>
NativeAudioManagement.setMicrophoneMute(mute, track);
Set the microphone mute/unmute for Flutter native
static Future<void> setMicrophoneMute(bool mute, MediaStreamTrack track) =>
NativeAudioManagement.setMicrophoneMute(mute, track);