HttpTracker constructor
HttpTracker({
- int maxLogs = 500,
Implementation
HttpTracker({int maxLogs = 500}) : _maxLogs = maxLogs {
_storage = HttpLogStorage(maxLogs: maxLogs);
}
HttpTracker({int maxLogs = 500}) : _maxLogs = maxLogs {
_storage = HttpLogStorage(maxLogs: maxLogs);
}