Resend the confirmation email for a user to the given email.
Future<void> resendUserConfirmation(String email) { return realmCore.emailPasswordResendUserConfirmation(app, email); }