|
|
|
@ -79,7 +79,7 @@ createSendMessage(var toId, String content, {String attach, int msgType, userId,
|
|
|
|
|
}; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
createMessage(var toId, Uint8List dataBytes, {String attach, int msgType, userId, replyId}) ccc{ |
|
|
|
|
createMessage(var toId, Uint8List dataBytes, {String attach, int msgType, userId, replyId}) { |
|
|
|
|
String content = ""; |
|
|
|
|
MsgType type = MsgType.values[msgType]; |
|
|
|
|
if (type == MsgType.TEXT) { |
|
|
|
|