InterceptorOptions constructor

InterceptorOptions({
  1. dynamic response(
    1. dynamic res
    )?,
  2. dynamic error(
    1. dynamic e
    )?,
  3. Future<Map<String, String>> headers()?,
})

Implementation

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