RecipientSmsAuthenticationModel constructor

RecipientSmsAuthenticationModel({
  1. required List<String> senderProvidedNumbers,
})

Implementation

RecipientSmsAuthenticationModel({
  required this.senderProvidedNumbers,
});