DioGatewayNetworkService class
- Inheritance
-
- Mixed-in types
-
- Implementers
Methods
-
delete(String endpoint, {Map<String, dynamic>? queryParameters, Map<String, dynamic>? data})
→ Future<BaseCallBack<AppException, BaseResponse>>
-
override
-
get(String endpoint, {Map<String, dynamic>? queryParameters, Map<String, dynamic>? data})
→ Future<BaseCallBack<AppException, BaseResponse>>
-
override
-
handleException<T extends Object>(Future<Response> handler(), {String endpoint = ''})
→ Future<BaseCallBack<AppException, BaseResponse>>
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
post(String endpoint, {Map<String, dynamic>? queryParameters, Map<String, dynamic>? data})
→ Future<BaseCallBack<AppException, BaseResponse>>
-
override
-
postFormData(String endpoint, {Map<String, dynamic>? queryParameters, FormData? data})
→ Future<BaseCallBack<AppException, BaseResponse>>
-
override
-
put(String endpoint, {Map<String, dynamic>? queryParameters, Map<String, dynamic>? data})
→ Future<BaseCallBack<AppException, BaseResponse>>
-
override
-
toString()
→ String
-
A string representation of this object.
inherited
-
override