hardUnmuteUserVideo static method

Future<void> hardUnmuteUserVideo(
  1. String clientId
)

Implementation

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