resendOtp method

Future<CkAuthResult<void>> resendOtp()

Resend OTP — auto-restarts timer, reuses stored recipient.

Implementation

Future<CkAuthResult<void>> resendOtp() => CkAuthService.instance.resendOtp();