Last active
March 10, 2022 18:24
-
-
Save CoreyRab/911c69be11f24666d691eb88aa9cca39 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// An example call to getOfferings from a Flutter app (see diagram step a) | |
try { | |
Offerings offerings = await Purchases.getOfferings(); | |
// Display packages for sale | |
} on PlatformException catch (e) { | |
// optional error handling | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment