findPhoneNumberIdentity method
Finds the identity bound to phoneNumber.
Implementation
@override
Future<AuthPhoneNumberIdentity?> findPhoneNumberIdentity(
String phoneNumber,
) async => _phoneIdentitiesByPhone[phoneNumber];
Finds the identity bound to phoneNumber.
@override
Future<AuthPhoneNumberIdentity?> findPhoneNumberIdentity(
String phoneNumber,
) async => _phoneIdentitiesByPhone[phoneNumber];