setStoreKey property
set
setStoreKey
(String storeKey)
Implementation
set setStoreKey(String storeKey) {
_storeKey = storeKey;
_headers["Store"] = _storeKey;
_options.headers = _headers;
}
set setStoreKey(String storeKey) {
_storeKey = storeKey;
_headers["Store"] = _storeKey;
_options.headers = _headers;
}