Complete the realm system

This commit is contained in:
2024-05-06 23:30:30 +08:00
parent 22c2a80650
commit ae4d9cf81a
6 changed files with 100 additions and 12 deletions

View File

@ -15,6 +15,8 @@ class Channel {
int accountId;
int? realmId;
bool isAvailable = false;
Channel({
required this.id,
required this.createdAt,