deleteItems method Null safety
- GlpiItemType itemType,
- String data
Return the ids of the items deleted with true is the deletion is complete. Reference: https://github.com/glpi-project/glpi/blob/master/apirest.md#delete-items
Implementation
Future<List<Map<String, String>>> deleteItems(
GlpiItemType itemType, String data);