LabelService class final

Represents com.atproto.label.* service.

Constructors

LabelService(ServiceContext _ctx)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryLabels({required List<String> uriPatterns, List<String>? didSources, int? limit, String? cursor}) Future<XRPCResponse<LabelsByQuery>>
https://atprotodart.com/docs/lexicons/com/atproto/label/queryLabels
searchLabels({required List<String> uriPatterns, List<String>? didSources, int? limit, String? cursor}) Future<XRPCResponse<LabelsByQuery>>
subscribeLabels({int? cursor}) Future<XRPCResponse<Subscription<SubscribedLabel>>>
https://atprotodart.com/docs/lexicons/com/atproto/label/subscribeLabels
subscribeLabelUpdates({int? cursor}) Future<XRPCResponse<Subscription<SubscribedLabel>>>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited