you can use the `takeUntil` to unsubscribe from th...
# rx
k
you can use the
takeUntil
to unsubscribe from the stream.
takeUntil(onDestroy)
where
val onDestroy: Observable<DestroyEvent>
👍 2