clear method

dynamic clear()

Implementation

clear() {
  if (isEnableTimber) {
    logs.clear();
  }
}