mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 09:09:29 +01:00
40 lines
1.4 KiB
Dart
40 lines
1.4 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'audio_service.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$audioControlInitHash() => r'ecde06a9f4f7be5ca28e1f5f3c1f3e7fb2ce8dc5';
|
|
|
|
/// See also [audioControlInit].
|
|
@ProviderFor(audioControlInit)
|
|
final audioControlInitProvider = FutureProvider<AudioControl>.internal(
|
|
audioControlInit,
|
|
name: r'audioControlInitProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$audioControlInitHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef AudioControlInitRef = FutureProviderRef<AudioControl>;
|
|
String _$audioControlHash() => r'ea50108f29366182238a5e68d6cdcd1d874e4ba2';
|
|
|
|
/// See also [audioControl].
|
|
@ProviderFor(audioControl)
|
|
final audioControlProvider = Provider<AudioControl>.internal(
|
|
audioControl,
|
|
name: r'audioControlProvider',
|
|
debugGetCreateSourceHash:
|
|
const bool.fromEnvironment('dart.vm.product') ? null : _$audioControlHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef AudioControlRef = ProviderRef<AudioControl>;
|
|
// ignore_for_file: type=lint
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|