onSignInCompleted property

void Function(BuildContext context)? onSignInCompleted
final

A callback that is called on successful signing in.

The current BuildContext is provided, which can be used to navigate to another screen.

Implementation

final void Function(BuildContext context)? onSignInCompleted;