remove method

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

Remove directories.

Implementation

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