removeAnchor method

Future<void> removeAnchor(
  1. String anchorIdentifier
)

Implementation

Future<void> removeAnchor(String anchorIdentifier) {
  return _channel.invokeMethod(
      'removeARKitAnchor', {'anchorIdentifier': anchorIdentifier});
}