OzoneTool class sealed

Provides tools.ozone.* services.

Constructors

OzoneTool.fromSession(Session session, {Map<String, String>? headers, Protocol? protocol, String? service, String? relayService, Duration? timeout, RetryConfig? retryConfig, GetClient? getClient, PostClient? postClient})
Returns the new instance of OzoneTool.
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
hosting HostingService
Returns the hosting service. This service represents tools.ozone.hosting.*.
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
Returns the safelink service. This service represents tools.ozone.safelink.*.
no setter
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
set SetService
Returns the set service. This service represents tools.ozone.set.*.
no setter
setting SettingService
Returns the setting service. This service represents tools.ozone.setting.*.
no setter
signature SignatureService
Returns the signature service. This service represents tools.ozone.signature.*.
no setter
team TeamService
Returns the team service. This service represents tools.ozone.team.*.
no setter
verification VerificationService
Returns the verification service. This service represents tools.ozone.verification.*.
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