Typedef for handling when Firebase sends a SMS code to the provided phone number.
typedef PhoneCodeSent = void Function( String verificationId, int? forceResendingToken);