27 lines
903 B
Dart
27 lines
903 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'topic.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$topicRepositoryHash() => r'f0e8d3170d3706a79decfbe4700f20fcdebfae2c';
|
|
|
|
/// See also [TopicRepository].
|
|
@ProviderFor(TopicRepository)
|
|
final topicRepositoryProvider =
|
|
NotifierProvider<TopicRepository, void>.internal(
|
|
TopicRepository.new,
|
|
name: r'topicRepositoryProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$topicRepositoryHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$TopicRepository = Notifier<void>;
|
|
// ignore_for_file: type=lint
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|