clearNetworkLogs static method

void clearNetworkLogs()

Clear all network logs.

Implementation

static void clearNetworkLogs() {
  DebugNetworkLogger.clear();
}