purgeRecoveryInfo method

Future<void> purgeRecoveryInfo(
  1. RecoveryDataKey recoveryKey
)

Implementation

Future<void> purgeRecoveryInfo(RecoveryDataKey recoveryKey) async {
	return await CardinalSdkPlatformInterface.instance.apis.recovery.purgeRecoveryInfo(
		_sdkId,
		recoveryKey,
	);
}