stream method
Creates a stream of raw ethereum events.
The returned stream is a broadcast stream, meaning that it can be listened to multiple times.
See also:
Implementation
Stream<dynamic> stream(String eventName) {
return _EventStream(this, eventName);
}