onError abstract method

FidoUafAttestationInformationGetter onError(
  1. dynamic onError(
    1. FidoUafAttestationInformationError
    )
)

Specifies the object that will be invoked if the FIDO UAF attestation information could not be obtained.

IMPORTANT
Providing the onError is required.

Params:

Returns: a FidoUafAttestationInformationGetter object.

Implementation

FidoUafAttestationInformationGetter onError(
  Function(FidoUafAttestationInformationError) onError,
);