LinkGraphQlMixin mixin

DirectLink related functionality.

Mixin applications

Properties

client GraphQlClient
no setter
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, filtered by the provided criteria.
directLinksEvents({ChatId? chatId, DirectLinkVersion? ver, FutureOr<DirectLinkVersion?> onVer()?}) Stream<QueryResult<Object?>>
Subscribes to DirectLinkEvents 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 disabled the specified DirectLink owned by the authenticated MyUser.
Creates, updates or disables the current DirectLink of the specified Chat-group.
Uses the specified DirectLink by the authenticated MyUser, creating a new Chat-dialog, or joining an existing Chat-group.

Operators

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