subtracks/lib/services/download_service.g.dart
austinried f0f812e66a v2
2023-04-28 12:26:02 +09:00

26 lines
992 B
Dart

// 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<DownloadService, DownloadState>.internal(
DownloadService.new,
name: r'downloadServiceProvider',
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
? null
: _$downloadServiceHash,
dependencies: null,
allTransitiveDependencies: null,
);
typedef _$DownloadService = Notifier<DownloadState>;
// 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