RemoteResource class
Methods
-
createItem(Map<String, dynamic> itemDetails, {List<JsendStatusHandler>? statusHandlers})
→ Future<void>
-
-
deleteItem(Map<String, dynamic> itemToDelete, {List<JsendStatusHandler>? statusHandlers})
→ Future<void>
-
-
get(String id, {bool force = false, List<JsendStatusHandler>? statusHandlers})
→ Future<Map<String, dynamic>?>
-
-
getAll({bool force = false, List<JsendStatusHandler>? statusHandlers})
→ Future<List>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateItem(Map<String, dynamic> updatedItem, {List<JsendStatusHandler>? statusHandlers})
→ Future<void>
-