onResponse method

  1. @override
void onResponse(
  1. DartnessResponse response
)
override

This method is called after the request is executed.

Implementation

@override
void onResponse(DartnessResponse response) {
  final msg = _messageResponse(
      startTime, response.statusCode, uri, method, watch.elapsed);
  print(msg);
}