pub fn subscribe_raw( event_name: &str, scope: EventScope, ) -> impl Stream<Item = RawEvent>
Same as subscribe but returns RawEvent.
subscribe
RawEvent