remove method

void remove()

Remove the item from the scene.

Implementation

void remove() {
  DiveSystemLog.message('DiveSceneItem.remove item=$this', group: 'dive');
  obslib.sceneItemRemove(item!);
}