makeSecretBoxNonce static method

Uint8List makeSecretBoxNonce()

Implementation

static Uint8List makeSecretBoxNonce() {
  return randombytes(SecretBox.nonceLength);
}