stopWebRequestTiming abstract method

void stopWebRequestTiming(
  1. int responseCode,
  2. String? responseMessage
)

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);