mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 09:09:29 +01:00
57 lines
2.0 KiB
Dart
57 lines
2.0 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'bottom_nav_page.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$bottomTabObserverHash() => r'e10c0b870f9b9052ad85fea4342569932edfeefb';
|
|
|
|
/// See also [bottomTabObserver].
|
|
@ProviderFor(bottomTabObserver)
|
|
final bottomTabObserverProvider = Provider<TabObserver>.internal(
|
|
bottomTabObserver,
|
|
name: r'bottomTabObserverProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$bottomTabObserverHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef BottomTabObserverRef = ProviderRef<TabObserver>;
|
|
String _$bottomTabPathHash() => r'62539f7bf5b8f7e5f0531f564e634228ba1506bf';
|
|
|
|
/// See also [bottomTabPath].
|
|
@ProviderFor(bottomTabPath)
|
|
final bottomTabPathProvider = StreamProvider<String>.internal(
|
|
bottomTabPath,
|
|
name: r'bottomTabPathProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$bottomTabPathHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef BottomTabPathRef = StreamProviderRef<String>;
|
|
String _$lastBottomNavStateServiceHash() =>
|
|
r'487cb94cbb70884642c05a72524eb6fd7a4d12ce';
|
|
|
|
/// See also [LastBottomNavStateService].
|
|
@ProviderFor(LastBottomNavStateService)
|
|
final lastBottomNavStateServiceProvider =
|
|
AsyncNotifierProvider<LastBottomNavStateService, void>.internal(
|
|
LastBottomNavStateService.new,
|
|
name: r'lastBottomNavStateServiceProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$lastBottomNavStateServiceHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$LastBottomNavStateService = AsyncNotifier<void>;
|
|
// 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
|