write method

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

Write

Implementation

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