Returns true if the user has an active subscription.
Future<bool> hasActiveSubscription() async { return ApphudPlusPlatform.instance.hasActiveSubscription(); }