checkParameters method
void
checkParameters({})
Checks parameters and throws ArgumentError if they are invalid.
Implementation
void checkParameters({
int? length,
required SecretKey secretKey,
required int nonceLength,
required int aadLength,
required int keyStreamIndex,
}) {}