30 lines
1.0 KiB
Dart
30 lines
1.0 KiB
Dart
// 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<SnPost>
|
|
>.internal(
|
|
PostListNotifier.new,
|
|
name: r'postListNotifierProvider',
|
|
debugGetCreateSourceHash:
|
|
const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$postListNotifierHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$PostListNotifier = AutoDisposeAsyncNotifier<CursorPagingData<SnPost>>;
|
|
// 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
|