sendMetricForTest method
Test-only method to send a metric
Implementation
Future<void> sendMetricForTest(MetricResult metric) async {
await _sendMetric(metric);
}
Test-only method to send a metric
Future<void> sendMetricForTest(MetricResult metric) async {
await _sendMetric(metric);
}