toolsOzoneCommunicationListTemplates function
Get list of all communication templates.
Implementation
Future<XRPCResponse<CommunicationListTemplatesOutput>>
toolsOzoneCommunicationListTemplates({
required ServiceContext $ctx,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await $ctx.get(
ns.toolsOzoneCommunicationListTemplates,
headers: $headers,
parameters: {...?$unknown},
to: const CommunicationListTemplatesOutputConverter().fromJson,
);