assign static method

Future<ECDH> assign(
  1. PublicKey? publicKeyRemote,
  2. ECDH? old
)

Implementation

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