cancelAuthentication abstract method Null safety

Future<void> cancelAuthentication()

Cancels the authentication operation.

This will result in the operation being cancelled and a FidoErrorCode with a FidoErrorCodeType.userCanceled will be passed to the registration or authentication service delegates.

Implementation

Future<void> cancelAuthentication();