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