onSignInComplete property

void Function(AuthResponse response) onSignInComplete
final

Callback for the user to complete a sign in.

Implementation

final void Function(AuthResponse response) onSignInComplete;