NetworkTracker class
Extension point stub for Phase 2 network HTTP request latency tracking.
Constructors
- NetworkTracker({required String method, required String url, required AppInspectorStore store})
Properties
Methods
-
complete(
{int statusCode = 200, int responseSize = 0}) → void - Completes the network tracker with HTTP status code and response byte size.
-
fail(
{String? error}) → void - Marks network request as failed or timed out.
-
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