resetPassword abstract method

Future<AuthResult<void>> resetPassword(
  1. String token,
  2. String newPassword
)

Implementation

Future<AuthResult<void>> resetPassword(String token, String newPassword);