TurboBridgeHttpInterceptor constructor

TurboBridgeHttpInterceptor({
  1. String urlFor(
    1. BaseRequest request
    )?,
  2. int maxBodySize = 16 * 1024,
  3. bool captureResponseBody = true,
})

Implementation

TurboBridgeHttpInterceptor({
  this.urlFor,
  this.maxBodySize = 16 * 1024,
  this.captureResponseBody = true,
});