OnResendOTP typedef
OnResendOTP =
Future<void> Function(String emailOrPhone, OTPType otpType, String token, VoidCallback? onSuccess)
Implementation
typedef OnResendOTP = Future<void> Function(
String emailOrPhone,
OTPType otpType,
String token,
VoidCallback? onSuccess,
);