setProtocol method

void setProtocol(
  1. String? value
)

Sets the connection protocol.

  • value a new connection protocol.

Implementation

void setProtocol(String? value) {
  return super.put('protocol', value);
}