version method

  1. @MPI(flags: 8, name: "_{mesh.name}.builtin.version")
Future<Versions?> version({
  1. Context? ctx,
})

Version get the builtin application version. 内置的应用版本信息.

Implementation

@MPI(flags: 8, name: "_{mesh.name}.builtin.version")
Future<Versions?> version({Context? ctx}) {
  throw UnimplementedError('version() has not been implemented.');
}