index method

  1. @MPI(name: "mesh.vmc.index")
Future<Page<Script>?> index(
  1. Paging idx, {
  2. Context? ctx,
})

Index the scripts. 分页检索脚本数据.

Implementation

@MPI(name: "mesh.vmc.index")
Future<Page<Script>?> index(Paging idx, {Context? ctx}) {
  throw UnimplementedError('index() has not been implemented.');
}