identityKey property
String?
get
identityKey
Implementation
String? get identityKey =>
enabled ? _olmAccount!.identityKeys.curve25519.toBase64() : null;
String? get identityKey =>
enabled ? _olmAccount!.identityKeys.curve25519.toBase64() : null;