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