recoverPassword abstract method

Future<Response> recoverPassword(
  1. String email
)

Sends a new password to the email

Implementation

Future<Response> recoverPassword(String email);