listAutomations abstract method

Future<List<IAutomation>> listAutomations({
  1. String? type,
  2. String? contact,
  3. String? group,
})

Implementation

Future<List<IAutomation>> listAutomations({ String? type,  String? contact,  String? group });