menu
comet_payone package
documentation
constants.dart
PayOneDataHelper
getCountryCode static method
getCountryCode static method
dark_mode
light_mode
getCountryCode
static method
String
getCountryCode
(
Country
name
)
Implementation
static String getCountryCode(Country name) { switch (name) { case Country.lao: return "LA"; } }
comet_payone package
documentation
constants
PayOneDataHelper
getCountryCode static method
PayOneDataHelper class