AuthenticationPhoneIdentifier constructor

AuthenticationPhoneIdentifier({
  1. required String country,
  2. required String phone,
})

Implementation

AuthenticationPhoneIdentifier({required this.country, required this.phone})
    : super(type: AuthenticationIdentifierTypes.phone);