2024-05-14 10:11:25 -04:00
|
|
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
|
|
|
|
|
|
part of 'currently_playing_provider.dart';
|
|
|
|
|
|
|
|
|
|
// **************************************************************************
|
|
|
|
|
// RiverpodGenerator
|
|
|
|
|
// **************************************************************************
|
|
|
|
|
|
|
|
|
|
String _$currentlyPlayingBookHash() =>
|
2025-03-25 22:01:16 +05:30
|
|
|
r'e4258694c8f0d1e89651b330fae0f672ca13a484';
|
2024-05-14 10:11:25 -04:00
|
|
|
|
|
|
|
|
/// See also [currentlyPlayingBook].
|
|
|
|
|
@ProviderFor(currentlyPlayingBook)
|
|
|
|
|
final currentlyPlayingBookProvider =
|
|
|
|
|
AutoDisposeProvider<BookExpanded?>.internal(
|
|
|
|
|
currentlyPlayingBook,
|
|
|
|
|
name: r'currentlyPlayingBookProvider',
|
|
|
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
|
|
|
? null
|
|
|
|
|
: _$currentlyPlayingBookHash,
|
|
|
|
|
dependencies: null,
|
|
|
|
|
allTransitiveDependencies: null,
|
|
|
|
|
);
|
|
|
|
|
|
2025-03-25 22:01:16 +05:30
|
|
|
@Deprecated('Will be removed in 3.0. Use Ref instead')
|
|
|
|
|
// ignore: unused_element
|
2024-05-14 10:11:25 -04:00
|
|
|
typedef CurrentlyPlayingBookRef = AutoDisposeProviderRef<BookExpanded?>;
|
2024-05-19 08:53:21 -04:00
|
|
|
String _$currentPlayingChapterHash() =>
|
2025-03-25 22:01:16 +05:30
|
|
|
r'73db8b8a9058573bb0c68ec5d5f8aba9306f3d24';
|
2024-05-19 08:53:21 -04:00
|
|
|
|
|
|
|
|
/// provided the current chapter of the book being played
|
|
|
|
|
///
|
|
|
|
|
/// Copied from [currentPlayingChapter].
|
|
|
|
|
@ProviderFor(currentPlayingChapter)
|
|
|
|
|
final currentPlayingChapterProvider =
|
|
|
|
|
AutoDisposeProvider<BookChapter?>.internal(
|
|
|
|
|
currentPlayingChapter,
|
|
|
|
|
name: r'currentPlayingChapterProvider',
|
|
|
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
|
|
|
? null
|
|
|
|
|
: _$currentPlayingChapterHash,
|
|
|
|
|
dependencies: null,
|
|
|
|
|
allTransitiveDependencies: null,
|
|
|
|
|
);
|
|
|
|
|
|
2025-03-25 22:01:16 +05:30
|
|
|
@Deprecated('Will be removed in 3.0. Use Ref instead')
|
|
|
|
|
// ignore: unused_element
|
2024-05-19 08:53:21 -04:00
|
|
|
typedef CurrentPlayingChapterRef = AutoDisposeProviderRef<BookChapter?>;
|
|
|
|
|
String _$currentBookMetadataHash() =>
|
2025-03-25 22:01:16 +05:30
|
|
|
r'f537ef4ef19280bc952de658ecf6520c535ae344';
|
2024-05-19 08:53:21 -04:00
|
|
|
|
|
|
|
|
/// provides the book metadata of the currently playing book
|
|
|
|
|
///
|
|
|
|
|
/// Copied from [currentBookMetadata].
|
|
|
|
|
@ProviderFor(currentBookMetadata)
|
|
|
|
|
final currentBookMetadataProvider =
|
|
|
|
|
AutoDisposeProvider<BookMetadataExpanded?>.internal(
|
|
|
|
|
currentBookMetadata,
|
|
|
|
|
name: r'currentBookMetadataProvider',
|
|
|
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
|
|
|
? null
|
|
|
|
|
: _$currentBookMetadataHash,
|
|
|
|
|
dependencies: null,
|
|
|
|
|
allTransitiveDependencies: null,
|
|
|
|
|
);
|
|
|
|
|
|
2025-03-25 22:01:16 +05:30
|
|
|
@Deprecated('Will be removed in 3.0. Use Ref instead')
|
|
|
|
|
// ignore: unused_element
|
2024-05-19 08:53:21 -04:00
|
|
|
typedef CurrentBookMetadataRef = AutoDisposeProviderRef<BookMetadataExpanded?>;
|
2024-05-14 10:11:25 -04:00
|
|
|
// ignore_for_file: type=lint
|
2025-03-25 22:01:16 +05:30
|
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member, deprecated_member_use_from_same_package
|