Skip to content

Encryption Support

Zubair Rehman edited this page May 3, 2019 · 1 revision

To enable AES encryption, set following fields in 'LogsConfig' builder:

LogsConfig config = LogsConfig()
    ..encryptionEnabled = false
    ..encryptionKey = "";
Clone this wiki locally