isConnectionSelected method

bool isConnectionSelected(
  1. String connectionId
)

Checks if a connection is currently selected.

Implementation

bool isConnectionSelected(String connectionId) =>
    _selectedConnectionIds.contains(connectionId);