Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

[in_app_purchase] Expose in_app_purchase_exception.dart correctly #3874

Merged
merged 2 commits into from
May 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class InAppPurchaseIosPlatform extends InAppPurchasePlatform {

// Register the platform-specific implementation of the idiomatic
// InAppPurchase API.
InAppPurchasePlatform.setInstance(InAppPurchaseIosPlatform());
InAppPurchasePlatform.instance = InAppPurchaseIosPlatform();

_skPaymentQueueWrapper = SKPaymentQueueWrapper();
_observer = _TransactionObserver(StreamController.broadcast());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

export 'errors.dart';
export 'in_app_purchase_exception.dart';