create
fun create(coroutineScope: CoroutineScope = CoroutineScope(Dispatchers.IO)): ResultCallAdapterFactory
Content copied to clipboard
Author
skydoves (Jaewoong Eum)
Since
1.0.0
Create an instance of ResultCallAdapterFactory.
Parameters
coroutineScope
A coroutine scope that runs network requests.