33 lines
1.2 KiB
Dart
33 lines
1.2 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'marketplace.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$marketplaceStickerPacksNotifierHash() =>
|
|
r'b62ae8b7f5c4f8bb3be8c17fc005ea26da355187';
|
|
|
|
/// See also [MarketplaceStickerPacksNotifier].
|
|
@ProviderFor(MarketplaceStickerPacksNotifier)
|
|
final marketplaceStickerPacksNotifierProvider =
|
|
AutoDisposeAsyncNotifierProvider<
|
|
MarketplaceStickerPacksNotifier,
|
|
CursorPagingData<SnStickerPack>
|
|
>.internal(
|
|
MarketplaceStickerPacksNotifier.new,
|
|
name: r'marketplaceStickerPacksNotifierProvider',
|
|
debugGetCreateSourceHash:
|
|
const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$marketplaceStickerPacksNotifierHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$MarketplaceStickerPacksNotifier =
|
|
AutoDisposeAsyncNotifier<CursorPagingData<SnStickerPack>>;
|
|
// 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
|