mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-16 06:19:35 +00:00
25 lines
924 B
Dart
25 lines
924 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'abs_status.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$playerListHash() => r'73efb89a7982cd80259e904d75462feb6c8d3457';
|
|
|
|
/// See also [PlayerList].
|
|
@ProviderFor(PlayerList)
|
|
final playerListProvider =
|
|
NotifierProvider<PlayerList, List<AudioSource>>.internal(
|
|
PlayerList.new,
|
|
name: r'playerListProvider',
|
|
debugGetCreateSourceHash:
|
|
const bool.fromEnvironment('dart.vm.product') ? null : _$playerListHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$PlayerList = Notifier<List<AudioSource>>;
|
|
// ignore_for_file: type=lint
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member, deprecated_member_use_from_same_package
|