Skip to content

Commit 06d5457

Browse files
authored
Update README.md (#144)
Fix: Messagetype datatype
1 parent 1b05fbc commit 06d5457

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ List<Message> messageList = [
6666

6767
6. Adding a `onSendTap`.
6868
```dart
69-
void onSendTap(String message, ReplyMessage replyMessage, Message messageType){
69+
void onSendTap(String message, ReplyMessage replyMessage, MessageType messageType){
7070
final message = Message(
7171
id: '3',
7272
message: "How are you",
@@ -511,4 +511,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
511511
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
512512
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
513513
SOFTWARE.
514-
```
514+
```

0 commit comments

Comments
 (0)