onSubimtChange property

VoidCallback onSubimtChange
final

A callback that notifies the Authenticator that the user wants to attempt to change their pin. The most common errors that can result from this are LocalAuthFailure.wrongPin if the existing pin is incorrently entered or LocalAuthFailure.pinNotMatching if the new pin and confirmation pin are not identical

Implementation

final VoidCallback onSubimtChange;