collect method
Collects metrics from the platform implementation.
Implementation
Future<MetricsData?> collect() {
throw UnimplementedError('collect() has not been implemented.');
}
Collects metrics from the platform implementation.
Future<MetricsData?> collect() {
throw UnimplementedError('collect() has not been implemented.');
}