removeSecret method

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

RemoveSecret the crypt keys. 删除密钥.

Implementation

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