fetchCountries

abstract suspend fun fetchCountries(): RainbowResult<List<Country>>

Retrieves the current list of Country objects supported by Rainbow.

For some countries, the state field may be filled.

Return

RainbowResult> callback invoked upon completion of the operation.