connectFirst method
Connects the first client only (lazy startup).
Implementation
Future<void> connectFirst() async {
if (_entries.isNotEmpty) await _entries.first.ensureConnected();
}
Connects the first client only (lazy startup).
Future<void> connectFirst() async {
if (_entries.isNotEmpty) await _entries.first.ensureConnected();
}