AmwalPay constructor

AmwalPay(
  1. String _merchantId,
  2. String _countryCode,
  3. String _phoneNumber
)

Implementation

AmwalPay(this._merchantId, this._countryCode, this._phoneNumber);