I am facing this issue while implementing the in-app subscription in my Flutter app using Revenucat. Here is my code:
ElevatedButton(
onPressed: () async {
await Purchases.purchaseProduct('monthly');
},
child: const Text('Try fo free'),
),