write method

  1. @MPI(name: "mesh.dh.write")
Future<void> write(
  1. Document doc, {
  2. Context? ctx,
})

Write

Implementation

@MPI(name: "mesh.dh.write")
Future<void> write(Document doc, {Context? ctx}) {
  throw UnimplementedError('write() has not been implemented.');
}