Moves the provided viewRef into the specified index.
viewRef
index
If index is not specified, the existing view will be moved to be the last view in the container.
void move(ViewRef viewRef, [int index = -1]);