UnsubscriptionRequest class abstract

Represents a request to unsubscribe to an event.

Constructors

UnsubscriptionRequest()

Properties

clientId String?
The ID of the client requesting to unsubscribe.
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
subscriptionId String?
The name of the event the client wants to unsubscribe from.
no setter

Methods

accept() FutureOr<void>
Accept the request.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reject(String errorMessage) → void
Deny the request with an error message.
toString() String
A string representation of this object.
inherited

Operators

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