baseUrl property

  1. @experimental
Uri baseUrl

Returns the current value of the base URL used to communicate with the server.

If an updateBaseUrl operation is currently in progress, this value will not be updated with the new value until that operation has completed.

Implementation

@experimental
Uri get baseUrl {
  return Uri.parse(realmCore.getBaseUrl(this));
}