unmuteUser method

Future<EmptyResponse> unmuteUser(
  1. String userId
)

Unmutes a user

Implementation

Future<EmptyResponse> unmuteUser(String userId) =>
    _chatApi.moderation.unmuteUser(userId);