DioInterceptor constructor

DioInterceptor(
  1. AuthService _authService,
  2. Dio _dio
)

Implementation

DioInterceptor(
  this._authService,
  this._dio,
);