// GENERATED CODE - DO NOT MODIFY BY HAND part of 'download_service.dart'; // ************************************************************************** // RiverpodGenerator // ************************************************************************** String _$downloadServiceHash() => r'c72c49f980e307f3013467e76b6564d14a34a736'; /// 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