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