init method

  1. @MPI(name: "_{mesh.name}.devops.x.init")
Future<void> init(
  1. String flags, {
  2. Context? ctx,
})

Init the system data. 初始化系统数据.

Implementation

@MPI(name: "_{mesh.name}.devops.x.init")
Future<void> init(String flags, {Context? ctx}) {
  throw UnimplementedError('init() has not been implemented.');
}