NiddlerDebugger class abstract

Implementers

Constructors

NiddlerDebugger()

Properties

hashCode int
The hash code for this object.
no setterinherited
isActive bool
no setter
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
overrideRequest(NiddlerRequest request, List<List<int>>? nonSerializedBody) Future<DebugRequest?>
overrideResponse(NiddlerRequest request, NiddlerResponse response, List<List<int>> nonSerializedBody) Future<DebugResponse?>
provideResponse(NiddlerRequest request) Future<DebugResponse?>
toString() String
A string representation of this object.
inherited
waitForConnection() Future<bool>

Operators

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