entitlementDatasource function
- @Riverpod(keepAlive: true)
Singleton datasource wrapping the Supabase client.
Implementation
@Riverpod(keepAlive: true)
EntitlementDatasource entitlementDatasource(Ref ref) {
return EntitlementDatasource(Supabase.instance.client);
}