subtracks/lib/services/audio_service.g.dart
Bart Ribbers e11250182d chore: upgrade to Flutter 3.24.5
At the time of writing the latest Flutter version.
2024-12-10 22:45:36 +01:00

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