stopWebRequestTimingWithSize abstract method
void
stopWebRequestTimingWithSize()
Stops the measurement of the web request. This needs to be called after the request is executed.
The responseCode
, responseMessage
, responseSize
and requestSize
will be transferred and shown in the web UI.
Implementation
void stopWebRequestTimingWithSize(
int responseCode,
String? responseMessage,
int requestSize,
int responseSize,
);