aggregation method

  1. @override
FutureOr<ReadListResult> aggregation(
  1. Access access
)
override

Implementation

@override
FutureOr<ReadListResult> aggregation(Access access) {
  throw UnimplementedError(
      "Aggregation not supported with Simple(Cache)DataAccess");
}