presentation/providers/quota_providers library

Classes

AiQuotaSnapshot
Current AI usage snapshot for the authenticated user.

Properties

aiQuotaProvider AutoDisposeFutureProvider<AiQuotaSnapshot>
Fetch the current user's AI usage + plan caps.
final

Functions

aiQuota(Ref<Object?> ref) Future<AiQuotaSnapshot>
Fetch the current user's AI usage + plan caps.

Typedefs

AiQuotaRef = AutoDisposeFutureProviderRef<AiQuotaSnapshot>