append method

  1. @MPI(name: "mesh.kms.crt.append")
Future<void> append(
  1. Keys car, {
  2. Context? ctx,
})

Append the keys. 上传证书.

Implementation

@MPI(name: "mesh.kms.crt.append")
Future<void> append(Keys car, {Context? ctx}) {
  throw UnimplementedError('append() has not been implemented.');
}