deleteSelection method

void deleteSelection({
  1. int? timestampMs,
})

Deletes deletable selected nodes and emits an action.

Implementation

void deleteSelection({int? timestampMs}) {
  _sceneCommands.deleteSelection(timestampMs: timestampMs);
}