menu
imepay_merchant_sdk package
documentation
constants/app_constants.dart
ApiConstants
getSelectedBaseUrl static method
getSelectedBaseUrl static method
dark_mode
light_mode
getSelectedBaseUrl
static method
String
getSelectedBaseUrl
(
)
Implementation
static String getSelectedBaseUrl() { return buildType == BuildType.LIVE ? LIVE_URL : STAGE_URL; }
imepay_merchant_sdk package
documentation
constants/app_constants
ApiConstants
getSelectedBaseUrl static method
ApiConstants class