newFile method

  1. @Method.new()
Future<void> newFile()

Implementation

@Method()
Future<void> newFile() async {
  await execute("newFile", []);
}