deleteServerRole method

Future<NIMResult<void>> deleteServerRole(
  1. QChatDeleteServerRoleParam param
)

Implementation

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