Sends a password reset email.
Future<void> resetPassword(String email) { return realmCore.emailPasswordResetPassword(app, email); }