// GENERATED CODE - DO NOT MODIFY BY HAND part of 'post_list.dart'; // ************************************************************************** // RiverpodGenerator // ************************************************************************** String _$postListNotifierHash() => r'88aab109f36c7489c336fea522bffafa10869253'; /// See also [PostListNotifier]. @ProviderFor(PostListNotifier) final postListNotifierProvider = AutoDisposeAsyncNotifierProvider< PostListNotifier, CursorPagingData >.internal( PostListNotifier.new, name: r'postListNotifierProvider', debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$postListNotifierHash, dependencies: null, allTransitiveDependencies: null, ); typedef _$PostListNotifier = AutoDisposeAsyncNotifier>; // 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