payhere_flutter
payhere_flutter
PHConfigs
setBaseUrl method
setBaseUrl
payhere_flutter
payhere_flutter
PHConfigs
setBaseUrl method
PHConfigs class
Constructors
PHConfigs
Properties
hashCode
runtimeType
Methods
getBaseUrl
setBaseUrl
noSuchMethod
toString
Operators
operator ==
Static properties
CHECKOUT
LIVE_URL
SANDBOX_URL
STATUS
setBaseUrl
method
void
setBaseUrl
(
String
url
)
Implementation
void setBaseUrl(String url) { _BASE_URL = url; }