LiqPay constructor

LiqPay(
  1. String publicKey,
  2. String privateKey
)

Implementation

LiqPay(this.publicKey, this.privateKey);