1234567891011121314151617181920212223242526 |
- part of 'announ_vm.dart';
- String _$announVmHash() => r'532e6a60c8389d15d513b26c545492ef82041d63';
- @ProviderFor(AnnounVm)
- final announVmProvider =
- AutoDisposeNotifierProvider<AnnounVm, AnnounState>.internal(
- AnnounVm.new,
- name: r'announVmProvider',
- debugGetCreateSourceHash:
- const bool.fromEnvironment('dart.vm.product') ? null : _$announVmHash,
- dependencies: null,
- allTransitiveDependencies: null,
- );
- typedef _$AnnounVm = AutoDisposeNotifier<AnnounState>;
|