How can I keep the play store subscription offline in flutter?
I have an offline first app with premium subscriptions, how can I keep the subscription offline? Currently what I do is save the expiration date and every time the application starts I check if this date has not expired yet.…