getEventStream method
Gets the stream of events for real-time subscriptions.
Returns a broadcast stream that emits EventRecord objects as they occur.
Events are only sent to this stream after calling subscribeToEvents.
Implementation
Stream<EventRecord> getEventStream() {
throw UnimplementedError('getEventStream() has not been implemented.');
}