A stream for receiving continuous data from JSBridge methods (e.g., location updates).
The response type 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).