We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32c163 commit d3b81a0Copy full SHA for d3b81a0
1 file changed
packages/in_app_purchase/in_app_purchase_storekit/darwin/Classes/StoreKit2/sk2_pigeon.g.swift
@@ -533,7 +533,8 @@ class InAppPurchase2APISetup {
533
) {
534
let channelSuffix = messageChannelSuffix.count > 0 ? ".\(messageChannelSuffix)" : ""
535
let canMakePaymentsChannel = FlutterBasicMessageChannel(
536
- name: "dev.flutter.pigeon.in_app_purchase_storekit.InAppPurchase2API.canMakePayments\(channelSuffix)",
+ name:
537
+ "dev.flutter.pigeon.in_app_purchase_storekit.InAppPurchase2API.canMakePayments\(channelSuffix)",
538
binaryMessenger: binaryMessenger, codec: codec)
539
if let api = api {
540
canMakePaymentsChannel.setMessageHandler { _, reply in
0 commit comments