flutter_inapp_purchase 9.0.1
What's Changed
- fix(google): guard coroutine continuation with isActive before resume (fe8adfa)
- fix(google): move isActive guard after cache update, return empty on failure (ea53d2c)
- fix(google): restore resumeWithException on query failure (d99e868)
Picks up openiap-google 1.3.30 which fixes a production crash (IllegalStateException: Already resumed) in ProductManager.getOrQuery when billing callback arrives after coroutine cancellation (#88).