53 lines
1.7 KiB
Dart
53 lines
1.7 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'compose_storage.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$composeStorageNotifierHash() =>
|
|
r'99c5e4070fa8af2771751064b56ca3251dbda27a';
|
|
|
|
/// See also [ComposeStorageNotifier].
|
|
@ProviderFor(ComposeStorageNotifier)
|
|
final composeStorageNotifierProvider = AutoDisposeNotifierProvider<
|
|
ComposeStorageNotifier,
|
|
Map<String, ComposeDraft>
|
|
>.internal(
|
|
ComposeStorageNotifier.new,
|
|
name: r'composeStorageNotifierProvider',
|
|
debugGetCreateSourceHash:
|
|
const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$composeStorageNotifierHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$ComposeStorageNotifier =
|
|
AutoDisposeNotifier<Map<String, ComposeDraft>>;
|
|
String _$articleStorageNotifierHash() =>
|
|
r'4a200878bfe7881fc3afd2164b334e84dc44f338';
|
|
|
|
/// See also [ArticleStorageNotifier].
|
|
@ProviderFor(ArticleStorageNotifier)
|
|
final articleStorageNotifierProvider = AutoDisposeNotifierProvider<
|
|
ArticleStorageNotifier,
|
|
Map<String, ArticleDraft>
|
|
>.internal(
|
|
ArticleStorageNotifier.new,
|
|
name: r'articleStorageNotifierProvider',
|
|
debugGetCreateSourceHash:
|
|
const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$articleStorageNotifierHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$ArticleStorageNotifier =
|
|
AutoDisposeNotifier<Map<String, ArticleDraft>>;
|
|
// 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
|