VerificationSuccessCallback typedef

VerificationSuccessCallback = void Function(String verificationId, int? resendToken)

Implementation

typedef VerificationSuccessCallback = void Function(
    String verificationId, int? resendToken);