EventEmitter<T> class
Constructors
Properties
Methods
-
close(
) → void -
emit(
T value) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
subscribe(
EventHandler< T> handler) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator +(
EventHandler< T> handler) → void -
operator ==(
Object other) → bool -
The equality operator.
inherited