updateItems method Null safety
- GlpiItemType itemType,
- String data
Return the id(s) of the item(s) updated using the data
as input.
To correctly format the data, see the examples and the documentation.
Reference: https://github.com/glpi-project/glpi/blob/master/apirest.md#update-items
Implementation
Future<List<Map<String, String>>> updateItems(
GlpiItemType itemType, String data);