Created
January 3, 2022 07:26
-
-
Save coderspacedev/8d1960942b01e3d6475d078c62ef52a2 to your computer and use it in GitHub Desktop.
This file contains 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
Future<void> initPrice() async { | |
await billingHelper?.getPrice(Platform.isAndroid ? 'android.test.purchased' : 'weekly'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment