DioStreamingNetworkService class
Methods
-
delete(String endpoint, {Map<String, dynamic>? queryParameters, Map<String, dynamic>? data})
→ Future<BaseCallBack<AppException, BaseResponse>>
-
inherited
-
get(String endpoint, {Map<String, dynamic>? queryParameters, Map<String, dynamic>? data})
→ Future<BaseCallBack<AppException, BaseResponse>>
-
inherited
-
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>>
-
inherited
-
postFormData(String endpoint, {Map<String, dynamic>? queryParameters, FormData? data})
→ Future<BaseCallBack<AppException, BaseResponse>>
-
inherited
-
put(String endpoint, {Map<String, dynamic>? queryParameters, Map<String, dynamic>? data})
→ Future<BaseCallBack<AppException, BaseResponse>>
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
inherited