AuthenticationCodeTypeMissedCall constructor

AuthenticationCodeTypeMissedCall({
  1. required String phoneNumberPrefix,
  2. required int length,
})

Implementation

AuthenticationCodeTypeMissedCall({
  required this.phoneNumberPrefix,
  required this.length,
});