computeSharedSecret method

Future<StringResult> computeSharedSecret(
  1. String privateKey,
  2. String peerPublicKey
)

Implementation

Future<StringResult> computeSharedSecret(
    String privateKey, String peerPublicKey) {
  throw UnimplementedError('computeSharedSecret() has not been implemented.');
}