onResponse method
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);
}