clearLogs method

void clearLogs()

Clears all logs stored in the logger.

Implementation

void clearLogs() => logs.clear();