BookmarkService class base
app.bsky.bookmark.*
Constructors
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
-
createBookmark(
{required AtUri uri, required String cid, Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< EmptyData> > -
Creates a private bookmark for the specified record. Currently, only
app.bsky.feed.post
records are supported. Requires authentication. -
deleteBookmark(
{required AtUri uri, Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< EmptyData> > -
Deletes a private bookmark for the specified record. Currently, only
app.bsky.feed.post
records are supported. Requires authentication. -
getBookmarks(
{int? limit, String? cursor, Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< BookmarkGetBookmarksOutput> > - Gets views of records bookmarked by the authenticated user. Requires authentication.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited