nationCodeWith property
String
get
nationCodeWith
Implementation
static String get nationCodeWith {
if (Config.AppVersion == VersionApps.indonesia) {
return "62";
} else {
return "65";
}
}