DisposeQueue class

Provides centralized dispose queue that is used for un-registering services inside Arctium.

It is guaranteed that services are disposed in the same order that they are added.

Inheritance

Constructors

DisposeQueue()

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
onDispose() → void
override
send(dynamic service) → void
Sends given service to a dispose queue by adding it to the _disposeController's sink.
toString() String
A string representation of this object.
inherited

Operators

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