removeAnchor method
Remove given anchor and all its children from the AR Scene
Implementation
removeAnchor(ARAnchor anchor) {
_channel.invokeMethod<String>('removeAnchor', {'name': anchor.name});
}
Remove given anchor and all its children from the AR Scene
removeAnchor(ARAnchor anchor) {
_channel.invokeMethod<String>('removeAnchor', {'name': anchor.name});
}