clearMcpConnectorSelections method
Implementation
void clearMcpConnectorSelections({bool notify = true}) {
if (_selectedMcpConnectors.isEmpty) {
return;
}
_selectedMcpConnectors.clear();
if (notify) {
notifyListeners();
}
}
void clearMcpConnectorSelections({bool notify = true}) {
if (_selectedMcpConnectors.isEmpty) {
return;
}
_selectedMcpConnectors.clear();
if (notify) {
notifyListeners();
}
}