Ozone class sealed

Provides tools.ozone.* services.

Constructors

Ozone.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 Ozone.
factory

Properties

atproto → ATProto
Returns atproto features.
no setter
communication CommunicationService
Returns the communication service. This service represents tools.ozone.communication.*.
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 tools.ozone.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
server ServerService
Returns the server service. This service represents tools.ozone.server.*.
no setter
service String
Returns the current service. Defaults to bsky.social.
no setter
session Session?
Returns the current session.
no setter
team TeamService
Returns the team service. This service represents tools.ozone.team.*.
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