removeAnchor method

dynamic removeAnchor(
  1. ARAnchor anchor
)

Remove given anchor and all its children from the AR Scene

Implementation

removeAnchor(ARAnchor anchor) {
  _channel.invokeMethod<String>('removeAnchor', {'name': anchor.name});
}