flutter_inapp_purchase icon indicating copy to clipboard operation
flutter_inapp_purchase copied to clipboard

The getter 'endConnection' isn't defined for the type 'FlutterInappPurchase'.

Open hasen6 opened this issue 7 months ago • 2 comments

Version of flutter_inapp_purchase

5.6.0

Platforms you faced the error (IOS or Android or both?)

Isn't this supposed to be part of flutter_inapp_purchase? It's listed as a method in your own documentation but it's not found.

FlutterInappPurchase.instance.endConnection;

It looks like initConnect has been replaced by initialize? Although it's not clear from your documentation.

hasen6 avatar Nov 28 '23 22:11 hasen6

same problem here :(

maiquitome avatar Jan 17 '24 20:01 maiquitome

Use this

FlutterInappPurchase.instance.finalize()

faisal-atrule avatar Jan 30 '24 15:01 faisal-atrule

This issue is stale because it has been open 90 days with no activity. Leave a comment or this will be closed in 7 days.

github-actions[bot] avatar Apr 30 '24 01:04 github-actions[bot]