clear method

  1. @override
void clear()
override

Clear all values

Implementation

@override
void clear() {
  _cache.clear();
  super.clear();
}