Mute the current user based on mute.
mute
Future<void> mute(bool mute) async { await _channel.invokeMethod('mute', {"mute": mute}); muted = mute; }