InterceptorOptions constructor

InterceptorOptions({
  1. dynamic response(
    1. dynamic res
    )?,
  2. dynamic error(
    1. dynamic e
    )?,
})

Implementation

InterceptorOptions({this.response, this.error});