Future<void> purgeForm(Form form) async { return await CardinalSdkPlatformInterface.instance.apis.form.purgeForm( _sdkId, form, ); }