Properties

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

Functions

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