initiatePasswordReset method
Initiates a password reset and sends an email with the reset code to the user.
Implementation
_i2.Future<bool> initiatePasswordReset(String email) =>
caller.callServerEndpoint<bool>(
'serverpod_auth.email',
'initiatePasswordReset',
{'email': email},
);