ApiService class
Methods
-
deleteRequest(String endPoint, Object? body, )
→ Future<Response>
-
-
getRequest(String endPoint, Map<String, dynamic>? queryParameters, )
→ Future<Response>
-
-
multipartRequest(String endPoint, Map<String, String>? fields, List<MultipartFile>? files, )
→ Future<Response>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patchRequest(String endPoint, Object? body, )
→ Future<Response>
-
-
postRequest(String endPoint, Object? body, )
→ Future<Response>
-
-
putRequest(String endPoint, Object? body, )
→ Future<Response>
-
-
request({required RequestType requestType, required String endPoint, Object? body, Map<String, dynamic>? queryParameters, Map<String, String>? fields, List<MultipartFile>? files})
→ Future<Response>
-
-
toString()
→ String
-
A string representation of this object.
inherited