getServices method
Get information about a list of labeler services.
Implementation
Future<XRPCResponse<LabelerGetServicesOutput>> getServices({
required List<String> dids,
bool? detailed,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await appBskyLabelerGetServices(
dids: dids,
detailed: detailed,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);