fingerprintKey property

String? get fingerprintKey

Implementation

String? get fingerprintKey =>
    enabled ? _olmAccount!.identityKeys.ed25519.toBase64() : null;