DisposableSink class abstract

DisposableSink is an interface that expose disposableSink.addDisposable and disposableSink.addDisposables methods.

Implementers
Available Extensions

Constructors

DisposableSink()

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

addDisposable(Disposable disposable) → void
add a disposable to current sink.
addDisposables(List<Disposable> disposables) → void
add a list of disposable to current sink.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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