createExchangeDataRecoveryInfo method
Future<RecoveryDataKey>
createExchangeDataRecoveryInfo(
- String delegateId, {
- int? lifetimeSeconds,
- RecoveryKeyOptions? recoveryKeyOptions,
Implementation
Future<RecoveryDataKey> createExchangeDataRecoveryInfo(String delegateId, { int? lifetimeSeconds, RecoveryKeyOptions? recoveryKeyOptions }) async {
return await CardinalSdkPlatformInterface.instance.apis.recovery.createExchangeDataRecoveryInfo(
_sdkId,
delegateId,
lifetimeSeconds,
recoveryKeyOptions,
);
}