SkProductResponseWrapper constructor
SkProductResponseWrapper({
- required List<
SKProductWrapper> products, - required List<
String> invalidProductIdentifiers,
Creates an SkProductResponseWrapper with the given product details.
Implementation
SkProductResponseWrapper(
{required this.products, required this.invalidProductIdentifiers});