InspectNetworkModule class

Inheritance
Implemented types

Constructors

InspectNetworkModule(ChromeDevToolsService devtoolsService)

Properties

devtoolsService ChromeDevToolsService
finalinherited
hashCode int
The hash code for this object.
no setterinherited
name String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

afterResponse(HttpClientRequest request, HttpClientResponse response) Future<HttpClientResponse?>
@params kraken: The Kraken widget that is requesting the resource. request: HttpClientResponse that containing the detail of the request. @return newRequest: A HttpClientResponse containing the response information or null if the kraken should load the resource itself.
override
beforeRequest(HttpClientRequest request) Future<HttpClientRequest?>
@params kraken: The Kraken widget that is requesting the resource. request: HttpClientRequest that containing the detail of the request. @return newRequest: A HttpClientRequest containing the response information or null if the kraken should load the resource itself.
override
invoke(int? id, String method, Map<String, dynamic>? params) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
receiveFromFrontend(int? id, String method, Map<String, dynamic>? params) → void
sendEventToFrontend(InspectorEvent event) → void
inherited
sendToFrontend(int? id, JSONEncodable? result) → void
inherited
shouldInterceptRequest(HttpClientRequest request) Future<HttpClientResponse?>
override
toString() String
A string representation of this object.
inherited

Operators

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