tables method

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

Tables

Implementation

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