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