recoverKeyPairs method

Implementation

Future<RecoveryResult<Map<String, Map<CardinalRsaPublicKey, CardinalRsaPrivateKey>>>> recoverKeyPairs(RecoveryDataKey recoveryKey, bool autoDelete) async {
	return await CardinalSdkPlatformInterface.instance.apis.recovery.recoverKeyPairs(
		_sdkId,
		recoveryKey,
		autoDelete,
	);
}