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