dio/dio_manager library
Classes
Typedefs
- OnProcessCall = void Function(double process)
- OnResponseCompleteCall = void Function(String requestId)
-
OnResponseErrorCall
= void Function(String requestId, String message, Map<
String, dynamic> dataMap) - OnResponseStringErrorCall = void Function(String requestId, String message, String responseData)
- OnResponseStringSuccessCall = void Function(String requestId, String responseData)
-
OnResponseSuccessCall
= void Function(String requestId, Map<
String, dynamic> dataMap)