HttpClientLogger class

Implementers

Constructors

HttpClientLogger()

Properties

hashCode int
The hash code for this object.
no setterinherited
requests Map<int, NetworkData>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onRequest(HttpClientRequest request, {dynamic requestBody}) → void
onResponse(HttpClientResponse response, HttpClientRequest request, {dynamic responseBody}) → void
toString() String
A string representation of this object.
inherited

Operators

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