remove method

  1. @MPI(name: "mesh.vmc.remove")
Future<void> remove(
  1. String code, {
  2. Context? ctx,
})

Remove the script. 删除脚本.

Implementation

@MPI(name: "mesh.vmc.remove")
Future<void> remove(String code, {Context? ctx}) {
  throw UnimplementedError('remove() has not been implemented.');
}