fetchLabels method
DEPRECATED: use queryLabels or subscribeLabels instead -- Fetch all labels from a labeler created after a certain date.
Implementation
Future<XRPCResponse<TempFetchLabelsOutput>> fetchLabels({
int? since,
int? limit,
String? $service,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await comAtprotoTempFetchLabels(
since: since,
limit: limit,
$ctx: ctx,
$service: $service,
$headers: $headers,
$unknown: $unknown,
);