detach abstract method

ViewRef detach([
  1. int index = -1
])

Use along with insert to move a view within the current container.

If the index parameter is omitted, the last ViewRef is detached.

Implementation

ViewRef detach([int index = -1]);