clearScene method
- int? timestampMs,
Clears all non-background layers and emits an action.
Implementation
void clearScene({int? timestampMs}) {
_sceneCommands.clearScene(timestampMs: timestampMs);
}
Clears all non-background layers and emits an action.
void clearScene({int? timestampMs}) {
_sceneCommands.clearScene(timestampMs: timestampMs);
}