AuthenticationCodeTypeSmsPhrase constructor

AuthenticationCodeTypeSmsPhrase({
  1. required String firstWord,
})

Implementation

AuthenticationCodeTypeSmsPhrase({required this.firstWord});