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