updateBaseUrl

abstract suspend fun updateBaseUrl(baseUrl: String?)

Sets the App Services base url.

NOTE Changing the URL would trigger a client reset.

Parameters

baseUrl

The new App Services base url. If null it will be using the default value (AppConfiguration.DEFAULT_BASE_URL).