setDiscoveryKey method

void setDiscoveryKey(
  1. String? value
)

Sets the key to retrieve these parameters from DiscoveryService.

  • value a new key to retrieve connection.

Implementation

void setDiscoveryKey(String? value) {
  return super.put('discovery_key', value);
}