AbstractLinkRepository class abstract

DirectLink repository interface.

Implementers

Constructors

AbstractLinkRepository()

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

Returns DirectLinks owned by the authenticated MyUser or the specified Chat-group.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
Creates, updates or disables the current DirectLink of the specified Chat-group.
Creates, updates or disabled the specified DirectLink owned by the authenticated MyUser.
updatesFor(ChatId id) Stream<void>
Listens to the updates of DirectLinks for the provided ChatId while the returned Stream is listened to.

Operators

operator ==(Object other) bool
The equality operator.
inherited