// GENERATED CODE - DO NOT MODIFY BY HAND part of 'usp_seen_provider.dart'; // ************************************************************************** // RiverpodGenerator // ************************************************************************** String _$uspSeenHash() => r'e8c5b7def4f640fb3933929f099ce7f0b5cbe050'; /// One-time gate for the S5b USP onboarding screen (Phase 4, 2026-05-12). /// /// Local SharedPreferences flag is the runtime source of truth. When an /// authenticated session is hydrated (bootstrap, OTP verify, social, name /// patch), the server-side `customers.usp_seen` value is OR-merged into the /// local flag — true wins. When the user dismisses the USP screen and an /// account exists, the local true is best-effort propagated to the server via /// `POST /api/client/auth/usp-seen`. /// /// Copied from [UspSeen]. @ProviderFor(UspSeen) final uspSeenProvider = AsyncNotifierProvider.internal( UspSeen.new, name: r'uspSeenProvider', debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$uspSeenHash, dependencies: null, allTransitiveDependencies: null, ); typedef _$UspSeen = AsyncNotifier; // ignore_for_file: type=lint // ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member, deprecated_member_use_from_same_package