baseUrl property
String
get
baseUrl
Implementation
static String get baseUrl {
switch (environment) {
case CowpayEnvironment.production:
return 'https://sit.cowpay.me';
case CowpayEnvironment.staging:
return 'https://sit.cowpay.me';
default:
return 'https://sit.cowpay.me';
}
}