TF-2667 Clean WARNING/INFO when run dart analyze

This commit is contained in:
dab246
2024-03-19 09:10:13 +07:00
committed by Dat H. Pham
parent 3c94c168fe
commit 397c00936e
3 changed files with 7 additions and 6 deletions
@@ -455,8 +455,8 @@ class ComposerView extends GetWidget<ComposerController> {
insertImageAction: () => controller.insertImage(context, constraints.maxWidth),
showCodeViewAction: controller.richTextWebController.toggleCodeView,
deleteComposerAction: () => controller.handleClickDeleteComposer(context),
saveToDraftAction: () => controller.saveToDraftAction(context),
sendMessageAction: () => controller.validateInformationBeforeSending(context),
saveToDraftAction: () => controller.handleClickSaveAsDraftsButton(context),
sendMessageAction: () => controller.handleClickSendButton(context),
requestReadReceiptAction: (position) {
controller.openPopupMenuAction(
context,