flagUser method

Future<EmptyResponse> flagUser(
  1. String userId
)

Flag a user

Implementation

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