init method
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.');
}
Init the system data. 初始化系统数据.
@MPI(name: "_{mesh.name}.devops.x.init")
Future<void> init(String flags, {Context? ctx}) {
throw UnimplementedError('init() has not been implemented.');
}