getMassiveActions method Null safety

Future<List<Map<String, String>>> getMassiveActions(
  1. GlpiItemType itemType,
  2. {bool isDeleted = false}
)

Return the available massive actions for a given itemtype isDeleted (default false): Show specific actions for items in the trash bin Reference: https://github.com/glpi-project/glpi/blob/master/apirest.md#get-available-massive-actions-for-an-itemtype

Implementation

Future<List<Map<String, String>>> getMassiveActions(GlpiItemType itemType,
    {bool isDeleted = false});