getAuthIdentifier method
Gets the unique identifier for the user
Returns the primary key value of the user
Implementation
@override
dynamic getAuthIdentifier() => _data['id'];
Gets the unique identifier for the user
Returns the primary key value of the user
@override
dynamic getAuthIdentifier() => _data['id'];