// GENERATED CODE - DO NOT MODIFY BY HAND part of 'download_service.dart'; // ************************************************************************** // RiverpodGenerator // ************************************************************************** String _$downloadServiceHash() => r'92e963b5c070f4d1edb0cd81899b16393c2b9a70'; /// See also [DownloadService]. @ProviderFor(DownloadService) final downloadServiceProvider = NotifierProvider.internal( DownloadService.new, name: r'downloadServiceProvider', debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$downloadServiceHash, dependencies: null, allTransitiveDependencies: null, ); typedef _$DownloadService = Notifier; // ignore_for_file: unnecessary_raw_strings, subtype_of_sealed_class, invalid_use_of_internal_member, do_not_use_environment, prefer_const_constructors, public_member_api_docs, avoid_private_typedef_functions