indexSource method

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

IndexSource index datasource. 分页检索数据源.

Implementation

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