getDistribution abstract method
Future<List<DistributionSegment> >
getDistribution(
- String service,
- String metric,
- String groupBy, {
- AnalyticsTimeRange? timeRange,
Fetch distribution/breakdown for a metric grouped by a dimension.
Implementation
Future<List<DistributionSegment>> getDistribution(
String service,
String metric,
String groupBy, {
AnalyticsTimeRange? timeRange,
});