dispose static method

void dispose(
  1. String? ref
)

Implementation

static void dispose(String? ref)
{
  _cache.remove(ref);
}