EventSubscriptionOwner class abstract interface

Receives subscriptions that should be cancelled with a lifecycle owner.

Implementers

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerEventSubscription(EventSubscriptionHandle subscription) → void
Registers subscription for lifecycle-managed cancellation.
toString() → String
A string representation of this object.
inherited
unregisterEventSubscription(EventSubscriptionHandle subscription) → void
Removes an already cancelled subscription from lifecycle management.

Operators

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