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