DefaultAddressRepository
class DefaultAddressRepository(addressService: AddressService, coroutineDispatcher: CoroutineDispatcher = DispatcherProvider.IO) : AddressRepository
Constructors
Link copied to clipboard
constructor(addressService: AddressService, coroutineDispatcher: CoroutineDispatcher = DispatcherProvider.IO)
Functions
Link copied to clipboard
Link copied to clipboard
open override fun getStateList(shopperLocale: Locale, countryCode: String?, coroutineScope: CoroutineScope)