mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-06-04 12:49:50 -04:00
pagination
This commit is contained in:
parent
5473bd2ee4
commit
2c38fc6489
22 changed files with 1071 additions and 545 deletions
|
@ -11,7 +11,6 @@ class ActiveAccountInfo {
|
|||
const ActiveAccountInfo({
|
||||
required this.localAccount,
|
||||
required this.userLogin,
|
||||
//required this.accountRecord,
|
||||
});
|
||||
//
|
||||
|
||||
|
@ -41,5 +40,4 @@ class ActiveAccountInfo {
|
|||
//
|
||||
final LocalAccount localAccount;
|
||||
final UserLogin userLogin;
|
||||
//final DHTRecord accountRecord;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue