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,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await comAtprotoTempFetchLabels(
since: since,
limit: limit,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);