detached abstract method

DetachedCipherResult detached({
  1. required Uint8List message,
  2. required Uint8List nonce,
  3. required Uint8List publicKey,
  4. required SecureKey secretKey,
})

Implementation

DetachedCipherResult detached({
  required Uint8List message,
  required Uint8List nonce,
  required Uint8List publicKey,
  required SecureKey secretKey,
});