unMute method

Future<void> unMute()

Implementation

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