isFromMe method

bool isFromMe(
  1. String myUserId
)

Whether this message was sent by the current user.

Implementation

bool isFromMe(String myUserId) => senderId == myUserId;