clearAllLogs method
void
clearAllLogs()
Clears all the logs from the logger of the Infospect instance.
Implementation
void clearAllLogs() {
_infospect.infospectLogger.logs.clear();
_infospect.infospectLogger.clear();
}