shouldOpenOnNewConnection method
Implementation
bool shouldOpenOnNewConnection() {
openConnections++;
openCompleter ??= Completer<bool>();
return openConnections == 1;
}
bool shouldOpenOnNewConnection() {
openConnections++;
openCompleter ??= Completer<bool>();
return openConnections == 1;
}