EitherCallAdapterFactory
Author
skydoves (Jaewoong Eum)
Creates EitherCallAdapterFactory instances, which return Either type of the response from the service interface method with the suspend
keyword. You can create the EitherCallAdapterFactory with your own CoroutineScope, which executes network requests.
Also, EitherCallAdapterFactory allows you to return Deferred of the Either.