deleteItems method Null safety

Future<List<Map<String, String>>> deleteItems(
  1. GlpiItemType itemType,
  2. 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);