user property
gets the currently logged in DisplayUser, which is the current User but with removed User.pass to avoid abuse
Implementation
Future<DisplayUser?> get user async => await _c_user;
gets the currently logged in DisplayUser, which is the current User but with removed User.pass to avoid abuse
Future<DisplayUser?> get user async => await _c_user;