hardUnMuteVideo static method

Future<void> hardUnMuteVideo(
  1. String clientId
)

Implementation

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