incrementMetric method

void incrementMetric(
  1. String name,
  2. int value
)

increments the metric with the given name in this trace by the value.

Implementation

void incrementMetric(String name, int value) {
  throw UnimplementedError('incrementMetric() is not implemented');
}