verify_email 0.0.3
verify_email: ^0.0.3 copied to clipboard
Verify an email address your user just entered. It's NOT encrypted but should do the job for most apps.
verify_email #
Verify an email address your user just entered. It's NOT encrypted but should do the job for most apps.
Implementation #
First, you need to implement Google Sign-In to your project.
Then call VerifyEmail().verify().
The method will take care of the rest and returns a Future<bool>, so use asynchronously.
Parameters #
| Parameter | Required | Type |
|---|---|---|
| yes | String | |
| context | yes | BuildContext |
| senderEmail | yes | String |
| appName | no | String |
| credential | yes | String |