clearAllCaches static method

void clearAllCaches()

Removes all cached blocs of all types

Implementation

static void clearAllCaches() => _cache.clear();