finishAsyncWithResponse method

  1. @override
void finishAsyncWithResponse(
  1. AFFinishQuerySuccessContext<AFUnused> context
)
override

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

@override
void finishAsyncWithResponse(AFFinishQuerySuccessContext<AFUnused> context) {
  context.navigatePush(AFUIUnimplementedScreen.navigatePush(message));
}