26 lines
1 KiB
Dart
26 lines
1 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'incognito_mode_state_provider.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$incognitoModeStateHash() =>
|
|
r'54fc89df3bffd0b9665f04d9c9c2f75532925804';
|
|
|
|
/// See also [IncognitoModeState].
|
|
@ProviderFor(IncognitoModeState)
|
|
final incognitoModeStateProvider =
|
|
AutoDisposeNotifierProvider<IncognitoModeState, bool>.internal(
|
|
IncognitoModeState.new,
|
|
name: r'incognitoModeStateProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$incognitoModeStateHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$IncognitoModeState = AutoDisposeNotifier<bool>;
|
|
// 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
|