getDiscoveryKey method

String? getDiscoveryKey()

Gets the key to retrieve this connection from DiscoveryService. If this key is null, than all parameters are already present.

Return the discovery key to retrieve connection.

See useDiscovery

Implementation

String? getDiscoveryKey() {
  return super.getAsNullableString('discovery_key');
}