onSuccess property

void Function({bool? signedUp})? onSuccess
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;