add method

void add(
  1. ConnectionParams connection
)

Adds a new connection to component connections

  • connection new connection parameters to be added

Implementation

void add(ConnectionParams connection) {
  _connections.add(connection);
}