remove method

  1. @MPI(name: "mesh.kms.crt.remove")
Future<void> remove(
  1. String id, {
  2. Context? ctx,
})

Remove the keys. 证书删除.

Implementation

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