eventStream property
Get a stream of Dimelo events.
This method returns a stream that emits events from the Dimelo SDK, including onClose, onOpen, onMessage, and onUnreadCountChanged events.
Returns a stream of maps containing event data.
Implementation
Stream<Map<String, dynamic>> get eventStream {
throw UnimplementedError('eventStream has not been implemented.');
}