subtracks/lib/services/download_service.g.dart
austinried 7f83204b24 don't pass all ids as params
instead, only pass ids to delete and chunk those by the param limit
2023-05-07 13:56:05 +09:00

26 lines
992 B
Dart

// 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<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