getCommonService

@Provides
@Singleton
fun getCommonService(retrofit: Retrofit): CommonService

Provides an instance of CommonService.

Return

An instance of CommonService.

Parameters

retrofit

The Retrofit instance used to create the service.