// GENERATED CODE - DO NOT MODIFY BY HAND part of 'connection_controller.dart'; // ************************************************************************** // RiverpodGenerator // ************************************************************************** String _$connectionControllerHash() => r'83ae35ab7dbb3a7d23106106040e9146f1dc6782'; /// 连接控制会话控制器:编排信令 + WebRTC,管理控制端全部 UI 状态。 /// /// Copied from [ConnectionController]. @ProviderFor(ConnectionController) final connectionControllerProvider = NotifierProvider.internal( ConnectionController.new, name: r'connectionControllerProvider', debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$connectionControllerHash, dependencies: null, allTransitiveDependencies: null, ); typedef _$ConnectionController = Notifier; // 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