ResponseInterceptorFunction typedef

ResponseInterceptorFunction = FutureOr<AxiosResponse> Function(AxiosResponse response)

Response interceptor function type

Implementation

typedef ResponseInterceptorFunction = FutureOr<AxiosResponse<dynamic>> Function(
    AxiosResponse<dynamic> response);