clearSingleton<T> method

void clearSingleton<T>()

Implementation

void clearSingleton<T>() => _cache.remove(T);