baseURL property
String
get
baseURL
Returns the base URL for the PayEngine configuration.
The base URL is used for making API requests to the PayEngine server. This property should be set to the appropriate base URL before making any API calls.
Example:
String baseUrl = payEngineConfig.baseURL;
Implementation
String get baseURL {
return AppUtils.getBaseURL(this);
}