removeStencilHighlight method
Removes the outline around entity
. Noop if there was no highlight.
Implementation
@override
Future removeStencilHighlight(ThermionEntity entity) {
// TODO: implement removeStencilHighlight
throw UnimplementedError();
}