onAggregationData property

(void Function(Aggregations next, {Aggregations prev})?) onAggregationData
final

It can be used to listen for the aggregationData property changes.

Implementation

final void Function(Aggregations next, {Aggregations prev})?
    onAggregationData;