defaultRealmPath property
The platform dependent path to the default realm file.
If set it should contain the path and the name of the realm file. Ex. "~/my_path/my_realm.realm" defaultStoragePath can be used to build this path.
Implementation
static String defaultRealmPath = _path.join(defaultStoragePath, 'default.realm');