AuthInterceptor constructor

const AuthInterceptor({
  1. required Dio dio,
  2. required AuthMatcher matcher,
  3. required AuthChecker checker,
  4. required AuthManipulator manipulator,
  5. required AuthRepository repository,
})

standard implementation

Implementation

const factory AuthInterceptor({
  required Dio dio,
  required AuthMatcher matcher,
  required AuthChecker checker,
  required AuthManipulator manipulator,
  required AuthRepository repository,
}) = AuthInterceptorStandardImpl;