unMute method

Future<void> unMute()

Enable microphone

Implementation

Future<void> unMute() async {
  CallPlatform.instance.unMute(callId: id ?? "");
}