responseLogger static method

void responseLogger({
  1. required Response response,
})

Implementation

static void responseLogger({required http.Response response}) {
  DdxLogger.httpResponse(httpResponse: response);
}