CheckAuthenticationPassword constructor
const
CheckAuthenticationPassword({
- required String password,
Checks the authentication password for correctness. Works only when the current authorization state is authorizationStateWaitPassword
Implementation
const CheckAuthenticationPassword({
required this.password,
});