Skip to content

Instantly share code, notes, and snippets.

@techhuntdevelopers
Created January 3, 2022 07:26
Show Gist options
  • Save techhuntdevelopers/8d1960942b01e3d6475d078c62ef52a2 to your computer and use it in GitHub Desktop.
Save techhuntdevelopers/8d1960942b01e3d6475d078c62ef52a2 to your computer and use it in GitHub Desktop.
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