requestDidStop abstract method

void requestDidStop({
  1. Response? response,
  2. ResponseInterceptorHandler? handler,
  3. DioException? err,
  4. ErrorInterceptorHandler? handlerErr,
})

Implementation

void requestDidStop(
    {Response? response,
    ResponseInterceptorHandler? handler,
    DioException? err,
    ErrorInterceptorHandler? handlerErr});