add method - CustomStream class - dart:html library (original) (raw)

description

add abstract method

void add(

  1. T event )

Add the following custom event to the stream for dispatching to interested listeners.

Implementation

void add(T event);