hardUnmuteUserAudio static method

Future<void> hardUnmuteUserAudio(
  1. String clientId
)

Implementation

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