finishAsyncWithResponse method
void
finishAsyncWithResponse()
override
By default, does nothing.
You can override this in your own subclass if you want, but many uses cases are adequately covered by passing onSuccess.
Implementation
@override
void finishAsyncWithResponse(AFFinishQuerySuccessContext<AFCompositeQueryResponse> response) {
}