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