disposeInstance method

void disposeInstance(
  1. String key
)

Removes key instance from cache.

Implementation

void disposeInstance(String key) => _cacheInstances.remove(key);