MastodonApi class abstract

Constructors

MastodonApi({required String instance, String bearerToken = '', Duration timeout = const Duration(seconds: 10), RetryConfig? retryConfig})
Returns the new instance of MastodonApi.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
oembed OEmbedService
Returns the OEmbed service.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
v1 MastodonV1Service
Returns the v1 service.
no setter
v2 MastodonV2Service
Returns the v2 service.
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