SecretBox.nonce constructor

SecretBox.nonce(
  1. Uint8List _key,
  2. int _nonce
)

Implementation

SecretBox.nonce(this._key, this._nonce);