onResponse abstract method

void onResponse(
  1. DartnessResponse response
)

This method is called after the request is executed.

Implementation

void onResponse(final DartnessResponse response);