ApiInterceptor constructor

ApiInterceptor({
  1. bool onRequest(
    1. ApiRequestOptions options,
    2. List<Frame> trace
    )?,
})

Implementation

ApiInterceptor({this.onRequest});