instantDownloadFailed property
      
      set
      instantDownloadFailed
      (InstantDownloadFailedCallback? callback) 
      
    
    
Called when instant document download fails. Only available on iOS.
Implementation
static set instantDownloadFailed(InstantDownloadFailedCallback? callback) {
  NutrientFlutterPlatform.instance.instantDownloadFailed = callback;
}