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