mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-28 01:19:27 +01:00
27 lines
932 B
Dart
27 lines
932 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'download_service.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$downloadServiceHash() => r'd2aeed2c026de4dc7fa26b2331244b49e7e9f003';
|
|
|
|
/// 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: type=lint
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|