32 lines
1.1 KiB
Dart
32 lines
1.1 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'explore.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$activityListNotifierHash() =>
|
|
r'8a67d302e828408c7c4cf724d84c2c5958f2dc7e';
|
|
|
|
/// 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
|