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