destroyAsset method
Implementation
@override
Future destroyAsset(ThermionAsset asset) async {
_assets.remove(asset);
await scene.remove(asset);
await view.removeStencilHighlight(asset);
await hideBoundingBox(asset, destroy: true);
await FilamentApp.instance!.destroyAsset(asset);
}