clear method

void clear()

Clear the log removing all keys and the corresponding records.

Implementation

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