clear method

void clear()

Clear all registered stats (e.g., on logout).

Implementation

void clear() => _stats.clear();