Set a Vector3 at the given key.
key
void setVector3(String key, Vector3 vector) => _set(key, vector.storage);