resendOtp method
Resend OTP — auto-restarts timer, reuses stored recipient.
Implementation
Future<CkAuthResult<void>> resendOtp() => CkAuthService.instance.resendOtp();
Resend OTP — auto-restarts timer, reuses stored recipient.
Future<CkAuthResult<void>> resendOtp() => CkAuthService.instance.resendOtp();