HttpLogManager class final

Properties

hashCode int
The hash code for this object.
no setterinherited
keys List<String>
getter/setter pair
logMap LinkedHashMap<String, HttpBean>
getter/setter pair
logsFromDB List<HttpBean>
getter/setter pair
maxLogsCount int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateHttpPage Function?
getter/setter pair
updateSearchHttpPage Function?
getter/setter pair

Methods

cleanAllLogs({bool cleanDB = false}) Future<void>
cleanHTTP() Future<void>
deleteAllHttpLogs() Future<void>
getAllRequests() Set<String>
loadLogsFromDB({bool getWithCurrentLogs = false}) Future<void>
logValues() List<HttpBean>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onError(ErrorBean err) → void
onRequest(RequestBean options) → void
onResponse(ResponseBean response) Future<void>
removeLog(HttpBean httpLog) Future<void>
saveHttpLog(HttpBean jsonLog) Future<void>
sortLogsByTime(List<HttpBean> logs) List<HttpBean>
sortLogsMapByTime(LinkedHashMap<String, HttpBean> logs) LinkedHashMap<String, HttpBean>
toString() String
A string representation of this object.
inherited
update() → void
updateHttpLog(HttpBean jsonLog) Future<void>

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance HttpLogManager
getter/setter pair