Skip to content

Commit d3b81a0

Browse files
committed
.
1 parent b32c163 commit d3b81a0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • packages/in_app_purchase/in_app_purchase_storekit/darwin/Classes/StoreKit2

packages/in_app_purchase/in_app_purchase_storekit/darwin/Classes/StoreKit2/sk2_pigeon.g.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,8 @@ class InAppPurchase2APISetup {
533533
) {
534534
let channelSuffix = messageChannelSuffix.count > 0 ? ".\(messageChannelSuffix)" : ""
535535
let canMakePaymentsChannel = FlutterBasicMessageChannel(
536-
name: "dev.flutter.pigeon.in_app_purchase_storekit.InAppPurchase2API.canMakePayments\(channelSuffix)",
536+
name:
537+
"dev.flutter.pigeon.in_app_purchase_storekit.InAppPurchase2API.canMakePayments\(channelSuffix)",
537538
binaryMessenger: binaryMessenger, codec: codec)
538539
if let api = api {
539540
canMakePaymentsChannel.setMessageHandler { _, reply in

0 commit comments

Comments
 (0)