mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-14 23:19:30 +00:00
28 lines
983 B
Dart
28 lines
983 B
Dart
|
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
|
||
|
|
part of 'currently_playing_provider.dart';
|
||
|
|
|
||
|
|
// **************************************************************************
|
||
|
|
// RiverpodGenerator
|
||
|
|
// **************************************************************************
|
||
|
|
|
||
|
|
String _$currentlyPlayingBookHash() =>
|
||
|
|
r'c777ea8b463d8441a0da5e08b4c41b501ce68aad';
|
||
|
|
|
||
|
|
/// 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?>;
|
||
|
|
// ignore_for_file: type=lint
|
||
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|