isFromAppUser method

bool isFromAppUser(
  1. String appUserId
)

Helper method to check whether the message is from the app user

Implementation

bool isFromAppUser(String appUserId) => author?.id == appUserId;