collect method

Future<MetricsData?> collect()

Collects metrics from the platform implementation.

Implementation

Future<MetricsData?> collect() {
  throw UnimplementedError('collect() has not been implemented.');
}