Disposable class abstract

Inheritance
Annotations

Constructors

Disposable()

Properties

fancy Fancy
finalinherited
hashCode int
The hash code for this object.
no setterinherited
map Map
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addTransformOn<T, S>(StreamTransformer<T, S> streamTransformer, {Object? key}) → void
inherited
cleanAll() → void
Clean/close all necessary (loaded) objects.
inherited
dispatchAllOn<T>(Stream<T> values, {Object? key}) → void
inherited
dispatchErrorOn<T>(Object value, {Object? key}) → void
inherited
dispatchOn<T>(T value, {Object? key}) → void
inherited
dispose() → void
Must call when your imlpementation of this class are being disposed.
inherited
listenOn<T>(void onData(T), {Function? onError, void onDone()?, bool? cancelOnError, Object? key}) StreamSubscription<T>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
streamOf<T>({Object? key}) Stream<T>
inherited
toString() String
A string representation of this object.
inherited
valuesToMap<K>() Map<K, dynamic>
inherited

Operators

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