AssignGooglePlayTransaction constructor
const
AssignGooglePlayTransaction({
- required String packageName,
- required String storeProductId,
- required String purchaseToken,
- required StorePaymentPurpose purpose,
Informs server about a purchase through Google Play. For official applications only
Implementation
const AssignGooglePlayTransaction({
required this.packageName,
required this.storeProductId,
required this.purchaseToken,
required this.purpose,
});