addMemberRole method

Implementation

Future<NIMResult<QChatAddMemberRoleResult>> addMemberRole(
    QChatAddMemberRoleParam param) async {
  throw UnimplementedError('addMemberRole is not implemented');
}