clearAll method

void clearAll()

Clear all cached paths

Implementation

void clearAll() {
  if (_pathCache.isEmpty) return;
  _pathCache.clear();
}