resetPasswordReset abstract method

Future<void> resetPasswordReset(
  1. String email
)

Initiates the password reset process by sending a reset email to the provided address.

This method should be implemented by the subclass based on the specific authentication provider's logic.

Implementation

Future<void> resetPasswordReset(String email);