// GENERATED CODE - DO NOT MODIFY BY HAND part of 'bottom_sheet.dart'; // ************************************************************************** // RiverpodGenerator // ************************************************************************** String _$bottomSheetControllerHash() => r'ae91f911fc35fdc0dfb14149ac2295e58ad13a86'; /// See also [BottomSheetController]. @ProviderFor(BottomSheetController) final bottomSheetControllerProvider = AutoDisposeNotifierProvider.internal( BottomSheetController.new, name: r'bottomSheetControllerProvider', debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$bottomSheetControllerHash, dependencies: null, allTransitiveDependencies: null, ); typedef _$BottomSheetController = AutoDisposeNotifier; String _$bottomSheetExtendHash() => r'81ae254499d1d7f57309274b0f18747b94d6dda3'; /// See also [BottomSheetExtend]. @ProviderFor(BottomSheetExtend) final bottomSheetExtendProvider = StreamNotifierProvider.internal( BottomSheetExtend.new, name: r'bottomSheetExtendProvider', debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$bottomSheetExtendHash, dependencies: null, allTransitiveDependencies: null, ); typedef _$BottomSheetExtend = StreamNotifier; // 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