BlueskyChat class sealed
Provides chat.bsky.*
services.
Constructors
-
BlueskyChat.fromSession(Session session, {Map<
String, String> ? headers, Protocol? protocol, String? service, String? relayService, Duration? timeout, RetryConfig? retryConfig, GetClient? mockedGetClient, PostClient? mockedPostClient}) -
Returns the new instance of BlueskyChat.
factory
Properties
- actor → ActorService
-
Returns the actor service.
This service represents
chat.bsky.actor.*
.no setter - atproto → ATProto
-
Returns atproto features.
no setter
- convo → ConvoService
-
Returns the convo service.
This service represents
chat.bsky.convo.*
.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
-
headers
→ Map<
String, String> -
Returns the global headers without auth header.
no setter
- moderation → ModerationService
-
Returns the moderation service.
This service represents
chat.bsky.moderation.*
.no setter - relayService → String
-
Returns the current replay service.
Defaults to
bsky.network
.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- service → String
-
Returns the current service.
Defaults to
bsky.social
.no setter - session → Session?
-
Returns the current session.
no setter
Methods
-
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