generatePasswordResetOTP abstract method
Generates the OTP and sends it through the chosen medium.
This is the first step for resetting a forgotten password.
Implementation
Future<RequestResponse<dynamic>> generatePasswordResetOTP();
Generates the OTP and sends it through the chosen medium.
This is the first step for resetting a forgotten password.
Future<RequestResponse<dynamic>> generatePasswordResetOTP();