Synchronously checks whether a Realm exists at path
Realm
path
static bool existsSync(String path) { return realmCore.checkIfRealmExists(path); }