PhoneCodeSent typedef

PhoneCodeSent = void Function(String verificationId, int? forceResendingToken)

Typedef for handling when Firebase sends a SMS code to the provided phone number.

Implementation

typedef PhoneCodeSent = void Function(
  String verificationId,
  int? forceResendingToken,
);