✨ Better attachments upload, and supports files
This commit is contained in:
@ -107,6 +107,12 @@ class ChatProvider extends ChangeNotifier {
|
||||
isCallShown = state;
|
||||
notifyListeners();
|
||||
}
|
||||
|
||||
void unFocus() {
|
||||
currentCall = null;
|
||||
focusChannel = null;
|
||||
notifyListeners();
|
||||
}
|
||||
}
|
||||
|
||||
class ChatCallInstance {
|
||||
|
Reference in New Issue
Block a user