objects method

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

Objects cipher object index

Implementation

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