2024-05-14 10:11:25 -04:00
|
|
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
|
|
|
|
|
|
part of 'currently_playing_provider.dart';
|
|
|
|
|
|
|
|
|
|
// **************************************************************************
|
|
|
|
|
// RiverpodGenerator
|
|
|
|
|
// **************************************************************************
|
|
|
|
|
|
|
|
|
|
String _$currentlyPlayingBookHash() =>
|
2024-10-03 05:54:29 -04:00
|
|
|
r'7440b0d54cb364f66e704783652e8f1490ae90e0';
|
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,
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
typedef CurrentlyPlayingBookRef = AutoDisposeProviderRef<BookExpanded?>;
|
2024-05-19 08:53:21 -04:00
|
|
|
String _$currentPlayingChapterHash() =>
|
2024-05-20 07:45:06 -04:00
|
|
|
r'a084da724e3d8bb1b1475e867ab3200d7d61d827';
|
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,
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
typedef CurrentPlayingChapterRef = AutoDisposeProviderRef<BookChapter?>;
|
|
|
|
|
String _$currentBookMetadataHash() =>
|
2024-06-16 22:24:32 -04:00
|
|
|
r'9088debba151894b61f2dcba1bba12a89244b9b1';
|
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,
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
typedef CurrentBookMetadataRef = AutoDisposeProviderRef<BookMetadataExpanded?>;
|
2024-05-14 10:11:25 -04:00
|
|
|
// ignore_for_file: type=lint
|
|
|
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|