start method
Starts this HttpMetric.
Can only be called once.
Using await
with this method is only necessary when accurate timing
is relevant.
Implementation
Future<void> start() {
return _delegate.start();
}
Starts this HttpMetric.
Can only be called once.
Using await
with this method is only necessary when accurate timing
is relevant.
Future<void> start() {
return _delegate.start();
}