finishAsyncWithResponse method
Calls the more appropriate finishAsyncExecute when the delay associated with this query has expired.
Implementation
@override
void finishAsyncWithResponse(AFFinishQuerySuccessContext<AFUnused> context) {
finishAsyncExecute(context);
context.dispatch(AFShutdownDeferredQueryAction(this.key));
}