realtimeServiceUrl method
Sets the realtime service URL
Implementation
VinculumConfigBuilder realtimeServiceUrl(String url) {
_realtimeServiceUrl = url;
return this;
}
Sets the realtime service URL
VinculumConfigBuilder realtimeServiceUrl(String url) {
_realtimeServiceUrl = url;
return this;
}