PaymentsClient.raw constructor

  1. @visibleForTesting
PaymentsClient.raw({
  1. required PaymentsClientOptions options,
  2. required WalletHttp http,
})

Implementation

@visibleForTesting
PaymentsClient.raw({
  required this.options,
  required WalletHttp http,
}) : _http = http;