unmuteChannel method

Future<EmptyResponse> unmuteChannel(
  1. String channelCid
)

Unmutes the channel

Implementation

Future<EmptyResponse> unmuteChannel(String channelCid) =>
    _chatApi.moderation.unmuteChannel(channelCid);