deleteItem method Null safety

Future<Map<String, String>> deleteItem(
  1. GlpiItemType itemType,
  2. int id,
  3. {bool forcePurge = false,
  4. bool history = true}
)

Return the id of the item deleted with true is the deletion is complete. forcePurge will delete the item permanently. history set to false will prevent the deletion from being added to the global history.

Implementation

Future<Map<String, String>> deleteItem(GlpiItemType itemType, int id,
    {bool forcePurge = false, bool history = true});