ResendOtpCallback typedef

ResendOtpCallback = Future<String?>? Function(LoginData)

The callback triggered your OTP resend logic

Implementation

typedef ResendOtpCallback = Future<String?>? Function(LoginData);