getLatestFormByUniqueId method
Implementation
Future<EncryptedForm> getLatestFormByUniqueId(String uniqueId) async {
return await CardinalSdkPlatformInterface.instance.apis.form.encrypted.getLatestFormByUniqueId(
_sdkId,
uniqueId,
);
}
Future<EncryptedForm> getLatestFormByUniqueId(String uniqueId) async {
return await CardinalSdkPlatformInterface.instance.apis.form.encrypted.getLatestFormByUniqueId(
_sdkId,
uniqueId,
);
}