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