config/config library
Classes
- Canceller
- A class that helps manage the cancellation of asynchronous operations, particularly network requests made using the Dio package.
- ImpakRetroClientInterceptor
- Dio Interceptor with explicit pre-request and post-response / post-error hooks for app code (access-token checks, refresh flows, global 401 handling, etc.).
- ImpakRetroClientInterceptorCallbacks
- Callback-driven ImpakRetroClientInterceptor when subclassing is not preferred.
Enums
- RequestMethod
- Represents the different HTTP request methods supported by the application.
- TimeUnit
- Represents the units of time used for configuration, such as timeouts.