verifyOtp method
Verify OTP — uses stored verification token automatically.
Implementation
Future<CkAuthResult<void>> verifyOtp({required String otp}) =>
CkAuthService.instance.verifyOtp(otp: otp);
Verify OTP — uses stored verification token automatically.
Future<CkAuthResult<void>> verifyOtp({required String otp}) =>
CkAuthService.instance.verifyOtp(otp: otp);