update abstract method

Future<void> update(
  1. List<MetricPoint> points,
  2. DateTime commitTime,
  3. String taskName
)

Insert new data points or modify old ones with matching id.

Implementation

Future<void> update(
    List<MetricPoint> points, DateTime commitTime, String taskName);