New to RevenueCat and cannot seem to find the solution to what to do after making a purchase with this code in Flutter:
PurchaserInfo purchaserInfo = await Purchases.purchasePackage( _selectedPackage);
How do I properly determine if the purchase to a subscription was successful or not successful so that I can navigate the user properly?