AppInterceptor constructor
AppInterceptor({
- required AuthService authService,
- required BaseLogger logger,
Implementation
AppInterceptor({required this.authService, required this.logger});