lib/providers/providers.dart
.. .. @@ -62,6 +62,7 @@ 62 62 StateProvider<ConnectionStatus>((ref) => ConnectionStatus.disconnected); 63 63 64 64 final connectionDetailProvider = StateProvider<String>((ref) => ''); 65 +final connectedViaProvider = StateProvider<String>((ref) => '');65 66 66 67 // --- Sessions --- 67 68