ApiInterceptor constructor
ApiInterceptor({
- String? token,
- VoidCallback? onUnauthorized,
- bool enableLogging = false,
Constructor
Implementation
ApiInterceptor({this.token, this.onUnauthorized, this.enableLogging = false});