verifyPasswordResetOTP abstract method
Verifies the OTP sent through generatePasswordResetOTP.
This is the second step for resetting a forgotten password.
Implementation
Future<RequestResponse<dynamic>> verifyPasswordResetOTP();
Verifies the OTP sent through generatePasswordResetOTP.
This is the second step for resetting a forgotten password.
Future<RequestResponse<dynamic>> verifyPasswordResetOTP();