id property

String? id

The is of the user

In case there is no user logged in this value is the id of the last user that was logged in. This id can be used as a hint when the user tries to login again.

Implementation

String? get id => _store.get(_getKey(_kIdKey));