user property
CognitoUser?
get
user
Accesses the actively authenticated cognito.CognitoUser, if any.
Implementation
cognito.CognitoUser? get user => _user;
Accesses the actively authenticated cognito.CognitoUser, if any.
cognito.CognitoUser? get user => _user;