onClickClearLogs method

void onClickClearLogs()

Implementation

void onClickClearLogs() {
  callsSubject.add([]);
}