new chat widget

This commit is contained in:
Christien Rioux 2025-05-17 18:02:17 -04:00
parent 063eeb8d12
commit 1a9cca0667
44 changed files with 1904 additions and 981 deletions

View file

@ -8,8 +8,9 @@ part 'user_login.g.dart';
// Represents a currently logged in account
// User logins are stored in the user_logins tablestore table
// indexed by the accountSuperIdentityRecordKey
@freezed
@Freezed(toJson: true)
sealed class UserLogin with _$UserLogin {
@JsonSerializable()
const factory UserLogin({
// SuperIdentity record key for the user
// used to index the local accounts table