12345678910111213141516171819202122232425262728 |
- // GENERATED CODE - DO NOT MODIFY BY HAND
- part of 'community_view_model.dart';
- // **************************************************************************
- // RiverpodGenerator
- // **************************************************************************
- String _$communityViewModelHash() =>
- r'3902087cb4011dabd629a95c51d23b3081dd5f80';
- /// See also [CommunityViewModel].
- @ProviderFor(CommunityViewModel)
- final communityViewModelProvider =
- AutoDisposeNotifierProvider<CommunityViewModel, void>.internal(
- CommunityViewModel.new,
- name: r'communityViewModelProvider',
- debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
- ? null
- : _$communityViewModelHash,
- dependencies: null,
- allTransitiveDependencies: null,
- );
- typedef _$CommunityViewModel = AutoDisposeNotifier<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, deprecated_member_use_from_same_package
|