reconcile method

Future<void> reconcile(
  1. String keyId
)

Reconcile the dkls.DklsKeyshare with the cloud to make sure it is up to date on all the parties.

Implementation

Future<void> reconcile(String keyId) {
  return _ecdsaReconcileSession.reconcile(keyId);
}