onFinish property

(void Function(LoginModel)?) onFinish
final

When the the user is logged in If you use Auth stream strategy this is no needed.

Implementation

final void Function(LoginModel)? onFinish;