uno library Null safety

Classes

FormData
Used to generate form data.
Request
Represents the request that will be sent to the http server.
Response
Represents the response from the HTTP server.
Uno
This is a Http Client inspired by AxiosJS.

Enums

ResponseType
Represents the Response data type. Could use:

Typedefs

DownloadCallback = void Function(int total, int current)
ValidateCallback = bool Function(int status)

Exceptions / Errors

UnoError<TData>
Represents error of uno