NorskManager.eventStream() method
Provides a stream of the activity that is happening on the server-side. Reacting to these events is essential for the creation of client-side management logic.
Signature:
eventStream(settings: EventStreamSettings): Promise<[EventStreamInitialState, () => void]>;