onResponse abstract method

Future<void> onResponse(
  1. ResponseContext context
)

Called after successful response

Implementation

Future<void> onResponse(ResponseContext context);