secretKey property

String? secretKey

Secret Key,是SDK安全密钥,不可泄漏,在云函数测试云函数时需要用到

Implementation

String? get secretKey => _secretKey;