applyMassiveActions method Null safety

Future<Map<String, dynamic>> applyMassiveActions(
  1. GlpiItemType itemType,
  2. String massiveActionName,
  3. String payload
)

Run the given massive action payload Must be a json string with the parameters for the action and the ids of the items to apply the action to. Reference: https://github.com/glpi-project/glpi/blob/master/apirest.md#apply-massive-action

Implementation

Future<Map<String, dynamic>> applyMassiveActions(
    GlpiItemType itemType, String massiveActionName, String payload);