clear method

void clear()

Clears the cache (e.g. on sign-out).

Implementation

void clear() => _kv.remove(_key);