undeleteAccessLog method

Future<EncryptedAccessLog> undeleteAccessLog(
  1. AccessLog accessLog
)

Implementation

Future<EncryptedAccessLog> undeleteAccessLog(AccessLog accessLog) async {
	return await CardinalSdkPlatformInterface.instance.apis.accessLog.encrypted.undeleteAccessLog(
		_sdkId,
		accessLog,
	);
}