startAsync method

  1. @override
void startAsync(
  1. AFStartQueryContext<AFCompositeQueryResponse> context
)
override

This function will not be called in this variant, so overriding it is useless.

Implementation

@override
void startAsync(AFStartQueryContext<AFCompositeQueryResponse> context) {
  throw UnimplementedError();
}