Create message draft without sending it to the server
Message createMessage(String topicName, dynamic data, bool echo) { return _tinodeService.createMessage(topicName, data, echo); }