stopWebRequestTiming abstract method

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

Stops the measurment of the web request. This needs to be called after the request is executed. The responseCode and responseMessage will be transfered and shown in the web UI.

Implementation

void stopWebRequestTiming(int responseCode, String? responseMessage);