removeStencilHighlight method

  1. @override
Future removeStencilHighlight(
  1. ThermionEntity entity
)
override

Removes the outline around entity. Noop if there was no highlight.

Implementation

@override
Future removeStencilHighlight(ThermionEntity entity) {
  // TODO: implement removeStencilHighlight
  throw UnimplementedError();
}