InterceptorRequest constructor

InterceptorRequest(
  1. Map<String, String> callback(
    1. Map<String, String>
    )
)

Implementation

InterceptorRequest(this.callback);