Better attachments upload, and supports files

This commit is contained in:
2024-05-03 00:09:33 +08:00
parent 9f6942a8cb
commit ec69b34877
12 changed files with 176 additions and 101 deletions

View File

@ -107,6 +107,12 @@ class ChatProvider extends ChangeNotifier {
isCallShown = state;
notifyListeners();
}
void unFocus() {
currentCall = null;
focusChannel = null;
notifyListeners();
}
}
class ChatCallInstance {