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