instantAuthenticationFailed property

void instantAuthenticationFailed=(InstantAuthenticationFailedCallback? callback)

Called when instant authentication fails.

Implementation

static set instantAuthenticationFailed(
    InstantAuthenticationFailedCallback? callback) {
  PspdfkitFlutterPlatform.instance.instantAuthenticationFailed = callback;
}