unflagUser method

Future<EmptyResponse> unflagUser(
  1. String userId
)

Unflag a message

Implementation

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