objects method

  1. @override
Future<Page<CipherObject>?> objects(
  1. Paging index, {
  2. Context? ctx,
})
override

Objects cipher object index

Implementation

@override
Future<Page<CipherObject>?> objects(Paging index, {Context? ctx}) async {
  return await _h.invoke(this, _methods['objects']!, [index], ctx);
}