A stream for receiving continuous data from JSBridge methods (e.g., location updates).
The status codes that can be emitted by the stream.
The type of data emitted by the stream.
Provides both Observable-like and Promise-like interfaces:
subscribe()
then()
await
Note: Each subscribe() call creates a fresh subscription, allowing multiple independent listeners.
A stream for receiving continuous data from JSBridge methods (e.g., location updates).