PhoneAuthenticator constructor

const PhoneAuthenticator({
  1. required String phone,
  2. String? resendToken,
})

Implementation

const PhoneAuthenticator({required this.phone, this.resendToken});