onAuth property

FutureOr<void> Function(User user)? onAuth
getter/setter pair

Called when a user is authenticated.

Implementation

FutureOr<void> Function(User user)? onAuth;