removeCollection method
Removes a collection from reconnect tracking. Called by ResCollection when it is destroyed.
Implementation
void removeCollection(ResCollection collection) {
_activeCollections.remove(collection);
}
Removes a collection from reconnect tracking. Called by ResCollection when it is destroyed.
void removeCollection(ResCollection collection) {
_activeCollections.remove(collection);
}