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