objects method
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.');
}
Objects cipher object index
@MPI(name: "mesh.rec.objects")
Future<Page<CipherObject>?> objects(Paging index, {Context? ctx}) {
throw UnimplementedError('objects() has not been implemented.');
}