onResponse abstract method

Future<void> onResponse(
  1. Response response
)

Called after a response is received

Implementation

Future<void> onResponse(http.Response response);