save method

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

Implementation

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