databaseEncryptKey property Null safety

String? databaseEncryptKey
final

The database encryption key, used for message database encryption. <br/> If the key is unspecified, the database is in the plain text state. If the key is configured, the data stored in the database will be encrypted and saved. Earlier data saved in plaintext will be converted to encrypted storage; If encryption is enabled, the data will not fall back to the plain text state.

Implementation

final String? databaseEncryptKey;