getSecret abstract method

Future<ECDH> getSecret(
  1. String tempKey
)

get the secret from the remote public key

Implementation

Future<ECDH> getSecret(String tempKey);