getRepoUrl method

String getRepoUrl()

get repository URL direct

Implementation

String getRepoUrl() {
  if (toLowerCase() == "getx") return ConstStrings.instance.repoGetXUrl;
  if (toLowerCase() == "bloc") return ConstStrings.instance.repoBloCUrl;
  return ConstStrings.instance.repoGetXUrl;
}