getSharedSecret method

Future<Uint8List> getSharedSecret(
  1. String tag,
  2. Uint8List publicKey
)

Implementation

Future<Uint8List> getSharedSecret(String tag, Uint8List publicKey) {
  return _instance.getSharedSecret(tag, publicKey);
}