masterKey property

String? masterKey

Master Key,超级权限Key。应用开发或调试的时候可以使用该密钥进行各种权限的操作,此密钥不可泄漏

Implementation

String? get masterKey => _masterKey;