DefaultAddressRepository

class DefaultAddressRepository(addressService: AddressService, coroutineDispatcher: CoroutineDispatcher = DispatcherProvider.IO) : AddressRepository

Constructors

Link copied to clipboard
constructor(addressService: AddressService, coroutineDispatcher: CoroutineDispatcher = DispatcherProvider.IO)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val countriesFlow: Flow<List<AddressItem>>
Link copied to clipboard
open override val statesFlow: Flow<List<AddressItem>>

Functions

Link copied to clipboard
open override fun getCountryList(shopperLocale: Locale, coroutineScope: CoroutineScope)
Link copied to clipboard
open override fun getStateList(shopperLocale: Locale, countryCode: String?, coroutineScope: CoroutineScope)