instantDownloadFailed property

set instantDownloadFailed (InstantDownloadFailedCallback? callback)

Called when instant document download fails. Only available on iOS.

Implementation

static set instantDownloadFailed(InstantDownloadFailedCallback? callback) {
  PspdfkitFlutterPlatform.instance.instantDownloadFailed = callback;
}