dispose static method
Implementation
static Future<void> dispose() async {
_cache.values.onEach((item) {
item.close();
});
_cache.clear();
}
static Future<void> dispose() async {
_cache.values.onEach((item) {
item.close();
});
_cache.clear();
}