onSignUpComplete property

void Function(AuthResponse response) onSignUpComplete
final

Callback for the user to complete a signUp.

If email confirmation is turned on, the user is

Implementation

final void Function(AuthResponse response) onSignUpComplete;