fingerprintKey property

String? fingerprintKey

Implementation

String? get fingerprintKey =>
    enabled ? json.decode(_olmAccount!.identity_keys())['ed25519'] : null;