SignInCallbacks constructor
SignInCallbacks({})
Creates a new SignInCallbacks instance.
All parameters are optional and can be omitted if not needed.
Implementation
SignInCallbacks({
this.onRequest,
this.onSuccess,
this.onError,
});