indexSource method
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.');
}
IndexSource index datasource. 分页检索数据源.
@MPI(name: "mesh.daler.ds.index")
Future<Page<DalerSource>?> indexSource(Paging idx, {Context? ctx}) {
throw UnimplementedError('indexSource() has not been implemented.');
}