Future<ECDH> assign(PublicKey publicKeyRemote, ECDH old)

Source

static Future<ECDH> assign(PublicKey publicKeyRemote, ECDH old) async =>
  _CRYPTO_PROVIDER.assign(publicKeyRemote, old);