mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 09:09:29 +01:00
26 lines
992 B
Dart
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
|