clear method

void clear()

Clears all stored logs.

Implementation

void clear() {
  _logs.value = [];
}