recoveryKey property

String? recoveryKey

Implementation

String? get recoveryKey =>
    isUnlocked ? SSSS.encodeRecoveryKey(privateKey!) : null;