add method - CustomStream class - dart:html library (original) (raw)
add abstract method
void add(
- T event )
Add the following custom event to the stream for dispatching to interested listeners.
Implementation
void add(T event);
void add(
Add the following custom event to the stream for dispatching to interested listeners.
void add(T event);