onSuccess property
final
Callback, called when this LoginController successfully signs into an account.
If not specified, the RouteLinks.home redirect is invoked.
Implementation
final void Function({bool? signedUp})? onSuccess;
Callback, called when this LoginController successfully signs into an account.
If not specified, the RouteLinks.home redirect is invoked.
final void Function({bool? signedUp})? onSuccess;