Update chat_model.dart
This commit is contained in:
parent
189b6f8de8
commit
d503b31011
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ class ChatModel with ChangeNotifier {
|
|||
|
||||
final ChatUser me = ChatUser(
|
||||
id: "",
|
||||
firstName: "Me",
|
||||
firstName: translate("Me"),
|
||||
);
|
||||
|
||||
late final Map<int, MessageBody> _messages = {}..[clientModeID] =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue