subtracks/lib/services/audio_service.g.dart
austinried f0f812e66a v2
2023-04-28 12:26:02 +09:00

39 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: unnecessary_raw_strings, subtype_of_sealed_class, invalid_use_of_internal_member, do_not_use_environment, prefer_const_constructors, public_member_api_docs, avoid_private_typedef_functions