mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Update
This commit is contained in:
@@ -17,6 +17,7 @@ class AuthInfo {
|
||||
bool _isChecking = false;
|
||||
bool get isChecking => _isChecking;
|
||||
bool? get isAdmin => _user?.isAdmin;
|
||||
bool? get isDocker => _status?.isDocker;
|
||||
|
||||
void clear() {
|
||||
_user = null;
|
||||
|
||||
Reference in New Issue
Block a user