lastRecoverableError property Null safety

PinEnrollmentError? lastRecoverableError

When a recoverable error occurred during the last pin enrollment, this method returns the object describing the last error.

Returns: the last error.

Implementation

PinEnrollmentError? get lastRecoverableError;