bundleVars.get
function bundleVars.get(key, defaultValue);Fetch the value of the provided key from the persistent storage for this bundle
and return it. If there is currently no stored value for this key, the provided
defaultValue, if any, will be returned.