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