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