dio
library
Classes
-
CancelRequest
-
-
DioOptions
-
-
DioResponseType
-
-
Extra data that will be passed to dio's request, response, transformer and interceptors.
-
Extra data that will be passed to dio's request, response, transformer and interceptors.
Simple Example:
-
HttpResponse<T>
-
-
ReceiveProgress
-
-
SendProgress
-
-
Extra data that will be passed to Dio's request, response, transformer, and interceptors.
Extend TypedExtras and define fields that correspond to the keys passed into
extras
.
The values of these fields will be derived from the data passed into your subclass.