removeMemberRole method

Future<NIMResult<void>> removeMemberRole(
  1. QChatRemoveMemberRoleParam param
)

Implementation

Future<NIMResult<void>> removeMemberRole(
    QChatRemoveMemberRoleParam param) async {
  throw UnimplementedError('removeMemberRole is not implemented');
}