SKStorefrontWrapper constructor

SKStorefrontWrapper({
  1. required String countryCode,
  2. required String identifier,
})

Creates a new SKStorefrontWrapper with the provided information.

Implementation

SKStorefrontWrapper({
  required this.countryCode,
  required this.identifier,
});