CheckAuthenticationCode constructor
const
CheckAuthenticationCode({
- required String code,
Checks the authentication code. Works only when the current authorization state is authorizationStateWaitCode
Implementation
const CheckAuthenticationCode({
required this.code,
});