flutter_elinux/lib/features/settings/business/wifi_controller.g.dart

27 lines
968 B
Dart
Raw Normal View History

2024-03-09 14:29:48 +01:00
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'wifi_controller.dart';
// **************************************************************************
// RiverpodGenerator
// **************************************************************************
String _$wifiControllerHash() => r'06f8067cb53b0d9db1a576cacafe85c13c7139d3';
/// See also [WifiController].
@ProviderFor(WifiController)
final wifiControllerProvider = AutoDisposeAsyncNotifierProvider<WifiController,
NetworkManagerClient>.internal(
WifiController.new,
name: r'wifiControllerProvider',
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
? null
: _$wifiControllerHash,
dependencies: null,
allTransitiveDependencies: null,
);
typedef _$WifiController = AutoDisposeAsyncNotifier<NetworkManagerClient>;
// ignore_for_file: type=lint
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member