onError abstract method
- dynamic onError( )
Specifies the object that will be invoked if the FIDO UAF attestation information could not be obtained.
IMPORTANT
Providing the onError is required.
Params:
- onError: the Function which receives a FidoUafAttestationInformationError.
Returns: a FidoUafAttestationInformationGetter object.
Implementation
FidoUafAttestationInformationGetter onError(
Function(FidoUafAttestationInformationError) onError,
);