setConnectionType method

void setConnectionType(
  1. String type
)

Set connection type

Implementation

void setConnectionType(String type) {
  _connectionType = type;
}