getEKey method Null safety
Get current eKey
This is only existed in memory and will not be stored in persistent storage
Implementation
String? getEKey() {
return _eKey;
}
Get current eKey
This is only existed in memory and will not be stored in persistent storage
String? getEKey() {
return _eKey;
}