recordEntityDeleted method
Implementation
void recordEntityDeleted(Type entityType) {
_entitiesDeletedByType[entityType] = (_entitiesDeletedByType[entityType] ?? 0) + 1;
}
void recordEntityDeleted(Type entityType) {
_entitiesDeletedByType[entityType] = (_entitiesDeletedByType[entityType] ?? 0) + 1;
}