Sets AES encryption key key and the initialization vector iv.
key
iv
void aesSetKeys(Uint8List key, [Uint8List? iv]) => _aes.aesSetKeys(key, iv);