mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-24 00:03:45 +08:00
27 lines
1021 B
Dart
27 lines
1021 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'server.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$inputMethodServerHash() => r'58ff318c051f16c76f620258520aadedbdd5057c';
|
|
|
|
/// See also [InputMethodServer].
|
|
@ProviderFor(InputMethodServer)
|
|
final inputMethodServerProvider = AutoDisposeNotifierProvider<InputMethodServer,
|
|
InputMethodServerState>.internal(
|
|
InputMethodServer.new,
|
|
name: r'inputMethodServerProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$inputMethodServerHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$InputMethodServer = AutoDisposeNotifier<InputMethodServerState>;
|
|
// 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
|