single
@CheckReturnValue
Deprecated (with error)
use kotlinx-coroutines-rx3 directly
Replace with
call.toFlow().asFlowable(scheduler.asCoroutineDispatcher()).firstOrError()
Content copied to clipboard
use kotlinx-coroutines-rx3 directly
call.toFlow().asFlowable(scheduler.asCoroutineDispatcher()).firstOrError()