onSuccess property

void Function({bool? signedUp})? onSuccess
final

Callback, called when this LoginView successfully signs into an account.

If not specified, the RouteLinks.home redirect is invoked.

Implementation

final void Function({bool? signedUp})? onSuccess;