getServerAddress method
Inquiry method that gets the configured address of Lightstreamer Server.
Returns the serverAddress the configured address of Lightstreamer Server.
Implementation
String? getServerAddress() {
return _serverAddress;
}
Inquiry method that gets the configured address of Lightstreamer Server.
Returns the serverAddress the configured address of Lightstreamer Server.
String? getServerAddress() {
return _serverAddress;
}