read method

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

Read

Implementation

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