mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 02:57:22 +00:00
feat: user login/logout with UserModel
Signed-off-by: Kingtous <kingtous@qq.com>
This commit is contained in:
@@ -140,4 +140,10 @@ class AbModel with ChangeNotifier {
|
||||
return it.first['tags'] ?? [];
|
||||
}
|
||||
}
|
||||
|
||||
void clear() {
|
||||
peers.clear();
|
||||
tags.clear();
|
||||
notifyListeners();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user