HotlineSubscriptionManager class Null safety

Constructors

HotlineSubscriptionManager(Hotline connection)

Properties

connection Hotline
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
subscriptions List<HotlineSubscription>
read-only

Methods

confirmSubscription(String identifier) → void
create(dynamic channel, {required Function onReceived, required Function onConfirmed, Function? onUnsubscribed, Function? onRejected}) HotlineSubscription
getAllSubscriptions(String identifier) List<HotlineSubscription>
getSubscription(String identifier) HotlineSubscription?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited
unsubscribe(HotlineSubscription subscription) → void

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited
operator [](int i) → dynamic