create

fun create(coroutineScope: CoroutineScope = CoroutineScope(Dispatchers.IO)): EitherCallAdapterFactory

Author

skydoves (Jaewoong Eum)

Create an instance of EitherCallAdapterFactory.

Parameters

coroutineScope

A coroutine scope that runs network requests.