mirror of
https://github.com/Linloir/Simple-TCP-Client.git
synced 2025-12-18 17:28:11 +08:00
- User Profile page available - Search user avavilable - Tested Message page - Tested Contact page
8 lines
177 B
Dart
8 lines
177 B
Dart
/*
|
|
* @Author : Linloir
|
|
* @Date : 2022-10-14 10:54:38
|
|
* @LastEditTime : 2022-10-14 10:56:04
|
|
* @Description :
|
|
*/
|
|
|
|
enum LogOutStatus { none, processing, done } |