closeCollectionEvents method

void closeCollectionEvents()

Close stream that emit collection change events

Implementation

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