presentation/providers/revenuecat_providers library

Properties

revenueCatDatasourceProvider Provider<RevenueCatDatasource?>
Native-only RevenueCat datasource. Returns null on web so the solo-user subscription screen can branch on platform and fall back to Stripe.
final

Functions

revenueCatDatasource(Ref<Object?> ref) RevenueCatDatasource?
Native-only RevenueCat datasource. Returns null on web so the solo-user subscription screen can branch on platform and fall back to Stripe.

Typedefs

RevenueCatDatasourceRef = ProviderRef<RevenueCatDatasource?>