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