// GENERATED CODE - DO NOT MODIFY BY HAND

part of 'explore.dart';

// **************************************************************************
// RiverpodGenerator
// **************************************************************************

String _$activityListNotifierHash() =>
    r'c9683035f7a66a2f331689e274642b60064fbb2e';

/// See also [ActivityListNotifier].
@ProviderFor(ActivityListNotifier)
final activityListNotifierProvider = AutoDisposeAsyncNotifierProvider<
  ActivityListNotifier,
  CursorPagingData<SnActivity>
>.internal(
  ActivityListNotifier.new,
  name: r'activityListNotifierProvider',
  debugGetCreateSourceHash:
      const bool.fromEnvironment('dart.vm.product')
          ? null
          : _$activityListNotifierHash,
  dependencies: null,
  allTransitiveDependencies: null,
);

typedef _$ActivityListNotifier =
    AutoDisposeAsyncNotifier<CursorPagingData<SnActivity>>;
// 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