resetPassword abstract method

Future<Verification> resetPassword(
  1. String username
)

Initiates a password reset flow for the given username

Implementation

Future<Verification> resetPassword(
  // the user whose password needs to be reset
  String username,
);