menu
velix_editor package
documentation
editor/editor.dart
EditorScreenStateCommands
save method
save method
dark_mode
light_mode
save
method
@Method.new()
Future
<
void
>
save
(
)
Implementation
@Method() Future<void> save() async { await execute("save", []); }
velix_editor package
documentation
editor/editor
EditorScreenStateCommands
save method
EditorScreenStateCommands mixin