Wait for an event OR get the current state if the event already happened This prevents race conditions where events fire before subscription
The event type to wait for
Options for state fetching and transformation
Promise that resolves with either the event data or current state
Wait for an event OR get the current state if the event already happened This prevents race conditions where events fire before subscription