databaseURL property
NSURL
get
databaseURL
The file URL at which offline packs and the ambient cache are stored.
To customize this path, specify the
MLNOfflineStorageDatabasePath key in Info.plist, see doc:Info.plist_Keys.
Implementation
objc.NSURL get databaseURL {
final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_databaseURL);
return objc.NSURL.castFromPointer(_ret, retain: true, release: true);
}