PhoneAuthCredential constructor

PhoneAuthCredential({
  1. String? code,
  2. String? phone,
})

Implementation

PhoneAuthCredential({this.code, this.phone}) : super(_url);