databaseEncryptKey property Null safety

String? databaseEncryptKey
read / write

define WINDOWS options here 数据库秘钥,必填,目前只支持最多32个字符的加密密钥!建议使用32个字符

Implementation

/// 数据库秘钥,必填,目前只支持最多32个字符的加密密钥!建议使用32个字符
String? databaseEncryptKey;