getEKey method Null safety

String? getEKey()

Get current eKey

This is only existed in memory and will not be stored in persistent storage

Implementation

String? getEKey() {
  return _eKey;
}