SubscribeDx mixin

Mixin applications

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

getSubscribedChannelGroupsForUUID(dynamic uuid, {bool countPaused = true}) Set<String>
Returns a set of channel groups that uuid is currently subscribed to.
getSubscribedChannelsForUUID(dynamic uuid, {bool countPaused = true}) Set<String>
Returns a set of channels that uuid is currently subscribed to.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
subscribe({Set<String>? channels, Set<String>? channelGroups, bool withPresence = false, dynamic keyset, String? using, dynamic timetoken}) Subscription
Subscribes to channels and channelGroups.
subscription({Set<String>? channels, Set<String>? channelGroups, bool withPresence = false, dynamic keyset, String? using, dynamic timetoken}) Subscription
Creates an inactive subscription to channels and channelGroups. Returns Subscription.
toString() String
A string representation of this object.
inherited
unsubscribeAll() Future<void>
Cancels all existing subscriptions.

Operators

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