baseUrl property

Uri baseUrl
final

The baseUrl is the Uri used to reach the MongoDB Atlas.

baseUrl only needs to be set if for some reason your application isn't hosted on realm.mongodb.com. This can be the case if you're testing locally or are using a pre-production environment.

Implementation

final Uri baseUrl;