SyncService class final

Represents com.atproto.sync.* service.

Constructors

SyncService(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

getBlob({required String did, required String cid, Map<String, String>? headers}) Future<XRPCResponse<Uint8List>>
https://atprotodart.com/docs/lexicons/com/atproto/sync/getBlob
getBlocks({required String did, required List<String> commitCids, Map<String, String>? headers}) Future<XRPCResponse<RepoBlocks>>
https://atprotodart.com/docs/lexicons/com/atproto/sync/getBlocks
getLatestCommit({required String did, Map<String, String>? headers}) Future<XRPCResponse<RepoLatestCommit>>
https://atprotodart.com/docs/lexicons/com/atproto/sync/getLatestCommit
getRecord({required AtUri uri, String? commitCid, Map<String, String>? headers}) Future<XRPCResponse<RepoCommit>>
https://atprotodart.com/docs/lexicons/com/atproto/sync/getRecord
getRepo({required String did, String? sinceCommitCid, ProgressStatus? progress, Map<String, String>? headers}) Future<XRPCResponse<RepoCommits>>
https://atprotodart.com/docs/lexicons/com/atproto/sync/getRepo
getRepoStatus({required String did, Map<String, String>? headers}) Future<XRPCResponse<GetRepoStatusOutput>>
https://atprotodart.com/docs/lexicons/com/atproto/sync/getRepoStatus
listBlobs({required String did, String? sinceCid, int? limit, String? cursor, Map<String, String>? headers}) Future<XRPCResponse<BlobRefs>>
https://atprotodart.com/docs/lexicons/com/atproto/sync/listBlobs
listRepos({int? limit, String? cursor, Map<String, String>? headers}) Future<XRPCResponse<Repos>>
https://atprotodart.com/docs/lexicons/com/atproto/sync/listRepos
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyOfUpdate({required String hostname}) Future<XRPCResponse<EmptyData>>
https://atprotodart.com/docs/lexicons/com/atproto/sync/notifyOfUpdate
requestCrawl({required String hostname}) Future<XRPCResponse<EmptyData>>
https://atprotodart.com/docs/lexicons/com/atproto/sync/requestCrawl
subscribeRepos({int? cursor}) Future<XRPCResponse<Subscription<SubscribedRepo>>>
https://atprotodart.com/docs/lexicons/com/atproto/sync/subscribeRepos
toString() String
A string representation of this object.
inherited

Operators

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