phoneCode property

String get phoneCode

Implementation

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