27 lines
968 B
Dart
27 lines
968 B
Dart
// 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
|