addRequest method

void addRequest(
  1. HttpLogEntry entry
)

Implementation

void addRequest(HttpLogEntry entry) {
  _logs.add(entry);
  notifyListeners();
}