dio_helper library

Enums

DioMethod

Properties

cancelToken ↔ CancelToken
getter/setter pair

Typedefs

HttpFailureCallback = void Function(DioErrorEntity error)
HttpSuccessCallback<T> = void Function(T data)
ProgressCallback = void Function(int count, int total)