verifyOTP abstract method
Verifies the otp
entered by the user against the one sent through sendOTP.
Implementation
Future<RequestResponse<VerifyOTPResponse?>> verifyOTP(
String mobileNo, String otp, bool loginToUser);
Verifies the otp
entered by the user against the one sent through sendOTP.
Future<RequestResponse<VerifyOTPResponse?>> verifyOTP(
String mobileNo, String otp, bool loginToUser);