AppInterceptor constructor

AppInterceptor({
  1. required AuthService authService,
  2. required BaseLogger logger,
})

Implementation

AppInterceptor({required this.authService, required this.logger});