WalletConnectPay constructor

const WalletConnectPay({
  1. String? apiKey,
  2. String? appId,
  3. String? clientId,
  4. String? baseUrl,
})

Implementation

const WalletConnectPay({
  this.apiKey,
  this.appId,
  this.clientId,
  this.baseUrl,
});