//reactivestate/com.ensody.reactivestate.android/onResumeOnce
onResumeOnce¶
[android]\ fun LifecycleOwner.onResumeOnce(block: () -> Unit): Disposable
Runs the given block once on the next Lifecycle.Event.ON_RESUME
.
Return¶
Disposable that allows removing the observer.