impak
library
Classes
-
Canceller
-
A class that helps manage the cancellation of asynchronous operations,
particularly network requests made using the Dio package.
-
ImpakResponse
-
A specific implementation of ImpakRetroResponse for dynamic data.
-
ImpakRetro
-
A class that handles HTTP requests using the Dio package with customizable configurations.
-
ImpakRetroException
-
A custom exception class to handle specific errors in the application.
-
ImpakRetroFailure
-
Represents a response that indicates a failure without a valid result.
-
ImpakRetroResponse<T>
-
A sealed base class representing a generic response.
-
ImpakRetroSuccess<T>
-
Represents a successful response with typed data.
Enums
-
ExceptionType
-
Enum representing various types of exceptions that can occur in the application.
-
RequestMethod
-
Represents the different HTTP request methods supported by the application.
-
TimeUnit
-
Represents the units of time used for configuration, such as timeouts.