sendEmailVerification method
Sends a verification email to a user.
The verification process is completed by calling applyActionCode
.
Implementation
Future<void> sendEmailVerification([
ActionCodeSettings? actionCodeSettings,
]) async {
await _delegate.sendEmailVerification(actionCodeSettings);
}