verifyOTP abstract method

Future<RequestResponse<VerifyOTPResponse?>> verifyOTP(
  1. String mobileNo,
  2. String otp,
  3. bool loginToUser
)

Verifies the otp entered by the user against the one sent through sendOTP.

Implementation

Future<RequestResponse<VerifyOTPResponse?>> verifyOTP(
    String mobileNo, String otp, bool loginToUser);