hotline
actioncable_hotline
HotlineSubscription
suspend method
suspend
hotline
actioncable_hotline
HotlineSubscription
suspend method
HotlineSubscription class
Constructors
HotlineSubscription
Properties
cancelledBySubscriptionManager
hashCode
identifier
onConfirmed
onReceived
onRejected
onUnsubscribed
runtimeType
state
stateType
status
stream
subscriptionManager
Methods
confirmed
handleResponse
noSuchMethod
perform
rejected
suspend
toString
unsubscribe
Operators
operator ==
suspend
method
Null safety
void
suspend
(
)
Implementation
void suspend() { stateType = HotlineSubscriptionRequestState.suspended; }