databasePath property
NSString
get
databasePath
The file path 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.NSString get databasePath {
final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_databasePath);
return objc.NSString.castFromPointer(_ret, retain: true, release: true);
}