Future<void> enablePurchaseWithProductId(String productId) async { final model = FastInAppPurchase(productId: productId, enabled: true); return persistPurchase(model); }