Marker class

This class can be used to manually track HTTP Requests

Please use the startCapture() method to obtain your Marker

Constructors

Marker({required MethodChannel channel, required String? id, required String? viewName})

Properties

backendTracingID String?
Backend Trace ID obtained from the BackendTracingIDParser.headerKey header of the response
getter/setter pair
errorMessage String?
Response's error message
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
final
responseHeaders Map<String, String>?
Response's header (header name as map key, header value as map value)
getter/setter pair
responseSizeBody int?
Response's compressed Body-size in bytes
getter/setter pair
responseSizeBodyDecoded int?
Response's uncompressed Body-size in bytes
getter/setter pair
responseSizeHeader int?
Response's Header-size in bytes
getter/setter pair
responseStatusCode int?
Response's HTTP Status Code
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewName String?
final

Methods

cancel() Future<void>
Cancels the Marker, triggering the generation and queuing of a HTTP tracking beacon
finish() Future<void>
Finishes the Marker, triggering the generation and queueing of a HTTP tracking beacon
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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