AuthenticationCodeTypeSms constructor

AuthenticationCodeTypeSms({
  1. required int length,
})

Implementation

AuthenticationCodeTypeSms({required this.length});