bind
fun <R : T, T, OO : ObservableOptional<R>> BasicSubject<R, T, OO>.bind(coroutineScope: CoroutineScope)
Deprecated
This feature has been deprecated. It is recommended to use Compose Multiplatform instead.
Convenience method for BasicSubject that calls BasicSubject.bind using the CoroutineContext of the provided CoroutineScope
Parameters
coroutineScope
The CoroutineScope to bind to.