undeleteFormById method
Implementation
Future<DecryptedForm> undeleteFormById(String id, String rev) async {
return await CardinalSdkPlatformInterface.instance.apis.form.undeleteFormById(
_sdkId,
id,
rev,
);
}
Future<DecryptedForm> undeleteFormById(String id, String rev) async {
return await CardinalSdkPlatformInterface.instance.apis.form.undeleteFormById(
_sdkId,
id,
rev,
);
}