retryCustomConfirmationFunction method
Retries the custom confirmation function on a user for a given email.
Implementation
Future<void> retryCustomConfirmationFunction(String email) {
return realmCore.emailPasswordRetryCustomConfirmationFunction(app, email);
}