onSignInCompleted property
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;
A callback that is called on successful signing in.
The current BuildContext is provided, which can be used to navigate to another screen.
final void Function(BuildContext context)? onSignInCompleted;