baseURL property

String get baseURL

Returns the base URL for PayEngine API requests.

This URL is dynamically determined based on the current configuration.

Example:

String baseUrl = config.baseURL;

Implementation

String get baseURL {
  return AppUtils.getBaseURL(this);
}