close method

void close()

Permanently closes the family and all cached entries.

Implementation

void close() {
  if (_isDisposed) return;
  _isDisposed = true;
  invalidateAll();
}