generatePasswordResetOTP abstract method

Future<RequestResponse> generatePasswordResetOTP()

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();