computeSharedSecret method

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

Implementation

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