getLastMessage method

NIMLastMessage? getLastMessage()

Implementation

NIMLastMessage? getLastMessage() {
  return conversation.lastMessage;
}