finishAsyncWithResponse abstract method

void finishAsyncWithResponse(
  1. AFFinishQuerySuccessContext<TResponse> context
)

Called when the asynchronous process completes with a response It should merge the results into the state (preserving immutability by making copies of the relevant portions of the state using copyWith), and then use the dispatcher to call set actions for any modified state elements.

Implementation

void finishAsyncWithResponse(AFFinishQuerySuccessContext<TResponse> context);