Интерфейс класса управляющего подписками на конкретные события стрима.
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
-
cancel<
T extends E> () → void - Метод отмены конкретной подписки по типу
-
dispose(
) → Future< void> - Метод групповой отмены подписок
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
on<
T extends E> (void onData(T event), {Stream< T> modify(Stream<T> stream)?, Function? onError, void onDone()?, bool? cancelOnError, StreamTransformer<T, T> ? transform}) → StreamSubscription<T> -
Подписаться на события типа
E
Пример: -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited