ApiInterceptor constructor

ApiInterceptor({
  1. String? token,
  2. VoidCallback? onUnauthorized,
  3. bool enableLogging = false,
})

Constructor

Implementation

ApiInterceptor({this.token, this.onUnauthorized, this.enableLogging = false});