Hello, I'm using RevenueCat on Flutter (purchases_flutter).
Yesterday Google sent me a mail that the previous PBL version 4 will be deprecated so upgrade to PBL version 5.
My using purchases_flutter version is 4.2.2. So I have to change version to 5.7.0.
But there is no new version of purchases_flutter documentation.
final purchaseInfo = await Purchases.purchaseProduct(REMOVE_ADS_ID);
Previous I used this code. But now how I can fix it?