// GENERATED CODE - DO NOT MODIFY BY HAND part of 'compose_storage_db.dart'; // ************************************************************************** // RiverpodGenerator // ************************************************************************** String _$composeStorageNotifierHash() => r'fcdb006dca44d30916a20804922e93d0caad49ca'; /// See also [ComposeStorageNotifier]. @ProviderFor(ComposeStorageNotifier) final composeStorageNotifierProvider = AutoDisposeNotifierProvider< ComposeStorageNotifier, Map >.internal( ComposeStorageNotifier.new, name: r'composeStorageNotifierProvider', debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$composeStorageNotifierHash, dependencies: null, allTransitiveDependencies: null, ); typedef _$ComposeStorageNotifier = AutoDisposeNotifier>; String _$articleStorageNotifierHash() => r'21ee0f8ee87528bebf8f5f4b0b2892cd8058e230'; /// See also [ArticleStorageNotifier]. @ProviderFor(ArticleStorageNotifier) final articleStorageNotifierProvider = AutoDisposeNotifierProvider< ArticleStorageNotifier, Map >.internal( ArticleStorageNotifier.new, name: r'articleStorageNotifierProvider', debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$articleStorageNotifierHash, dependencies: null, allTransitiveDependencies: null, ); typedef _$ArticleStorageNotifier = AutoDisposeNotifier>; // 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