closeCollectionEvents method

void closeCollectionEvents()
inherited

Close stream that emit collection change events

Implementation

void closeCollectionEvents() {
  _collectionChanges.close();
}