build method
Implementation
AmwalPay build() {
if (_merchantId.isEmpty) {
throw Exception("Merchant Id has to be provided");
}
return AmwalPay(_merchantId, _countryCode, _phoneNumber);
}
AmwalPay build() {
if (_merchantId.isEmpty) {
throw Exception("Merchant Id has to be provided");
}
return AmwalPay(_merchantId, _countryCode, _phoneNumber);
}