append method

  1. @override
Future<void> append(
  1. Keys car, {
  2. Context? ctx,
})
override

Append the keys. 上传证书.

Implementation

@override
Future<void> append(Keys car, {Context? ctx}) async {
  return await _h.invoke(this, _methods['append']!, [car], ctx);
}