123456789101112131415161718192021222324252627 |
- // GENERATED CODE - DO NOT MODIFY BY HAND
- part of 'services_contact_vm.dart';
- // **************************************************************************
- // RiverpodGenerator
- // **************************************************************************
- String _$servicesContactVmHash() => r'7fe0ebbd7df15c661751f2b01a9d2efe53f975c7';
- /// See also [ServicesContactVm].
- @ProviderFor(ServicesContactVm)
- final servicesContactVmProvider =
- AutoDisposeNotifierProvider<ServicesContactVm, ServicesContactState>.internal(
- ServicesContactVm.new,
- name: r'servicesContactVmProvider',
- debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
- ? null
- : _$servicesContactVmHash,
- dependencies: null,
- allTransitiveDependencies: null,
- );
- typedef _$ServicesContactVm = AutoDisposeNotifier<ServicesContactState>;
- // 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
|