AuthPhoneParams constructor

AuthPhoneParams({
  1. required String phone,
  2. required String code,
})

Implementation

AuthPhoneParams({
  required this.phone,
  required this.code,
});