optimization

This commit is contained in:
2024-11-07 20:16:08 +08:00
parent 56208e1909
commit 9789b9e1a9
6 changed files with 63 additions and 6 deletions

View File

@ -0,0 +1,26 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'server_qr_dialog_ui.dart';
// **************************************************************************
// RiverpodGenerator
// **************************************************************************
String _$serverQrStateHash() => r'06f5ab53e1d6718f2a6eb0078a1adc3778787ed0';
/// See also [ServerQrState].
@ProviderFor(ServerQrState)
final serverQrStateProvider =
AutoDisposeNotifierProvider<ServerQrState, bool>.internal(
ServerQrState.new,
name: r'serverQrStateProvider',
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
? null
: _$serverQrStateHash,
dependencies: null,
allTransitiveDependencies: null,
);
typedef _$ServerQrState = AutoDisposeNotifier<bool>;
// 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