onSignIn property

VoidCallback onSignIn
final

A VoidCallback to run when the user presses Sign In. This is where you should check the sign in credentials and do success / error handling

Implementation

final VoidCallback onSignIn;