listTemplates method
Get list of all communication templates.
https://atprotodart.com/docs/lexicons/tools/ozone/communication/listTemplates
Implementation
Future<XRPCResponse<ListTemplatesOutput>> listTemplates({
Map<String, String>? $unknown,
Map<String, String>? $headers,
GetClient? $client,
}) async =>
await _ctx.get<ListTemplatesOutput>(
ns.toolsOzoneCommunicationListTemplates,
headers: $headers,
to: const ListTemplatesOutputConverter().fromJson,
client: $client,
);