clearScene method

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

Clears all non-background layers and emits an action.

Implementation

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