IDSApiManager class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getInBg(String endPoint, )
→ Future<Map<String, dynamic>>
-
Sends a GET request in the background.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
postFormDataInBg(String endPoint, Map<String, dynamic> param, )
→ Future<Map<String, dynamic>>
-
Sends a POST request with form data in the background.
-
postFormDataInBgArray(String endPoint, Map<String, dynamic> param, )
→ Future<List>
-
Sends a POST request with form data in the background.
-
postInBg(String endPoint, Map<String, dynamic> param, )
→ Future<Map<String, dynamic>>
-
Sends a POST request in the background.
-
toString()
→ String
-
A string representation of this object.
inherited
-
uploadFormData(String endPoint, Map<String, dynamic> params, String filePath, )
→ Future<Map<String, dynamic>>
-
Uploads form data, including a file, to the server.