From 1db74ef46ba86af4345bc110c3b6baedd0eb6189 Mon Sep 17 00:00:00 2001 From: Sanket Patel <44511437+s4nk37@users.noreply.github.com> Date: Mon, 11 Mar 2024 21:51:17 +0530 Subject: [PATCH] Update README.md Fix: Messagetype datatype --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74d0be62..a9ab605d 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ List messageList = [ 6. Adding a `onSendTap`. ```dart -void onSendTap(String message, ReplyMessage replyMessage, Message messageType){ +void onSendTap(String message, ReplyMessage replyMessage, MessageType messageType){ final message = Message( id: '3', message: "How are you", @@ -511,4 +511,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -``` \ No newline at end of file +```