CheckAuthenticationPassword constructor

const CheckAuthenticationPassword({
  1. 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,
});