instantDownloadFinished property
set
instantDownloadFinished
(InstantDownloadFinishedCallback? callback)
Called when instant document download is done.Only available on iOS.
Implementation
static set instantDownloadFinished(
InstantDownloadFinishedCallback? callback) {
PspdfkitFlutterPlatform.instance.instantDownloadFinished = callback;
}