newHttpMetric method

HttpMetric? newHttpMetric(
  1. String url,
  2. HttpMethod httpMethod
)

Implementation

HttpMetric? newHttpMetric(String url, HttpMethod httpMethod) {
  return performance?.newHttpMetric(url, httpMethod);
}