hardUnMuteAudio static method

Future<void> hardUnMuteAudio(
  1. String clientId
)

Implementation

static Future<void> hardUnMuteAudio(String clientId) async{
  await _channel.invokeMethod('hardUnMuteAudio', {'clientId': clientId});
}